Skip to main content

Welcome to Odel

Odel is an AI Module Marketplace - "Shopify for MCP". A platform where developers write TypeScript modules that extend AI capabilities.

What is Odel?​

Odel allows you to:

  • Install modules that extend AI capabilities
  • Chat naturally while the LLM orchestrates modules
  • Compose workflows with multiple modules in secure V8 isolates

Core Innovation: Code Mode​

Instead of traditional function calling, the LLM generates and executes TypeScript code:

  1. LLM sees TypeScript RPC interfaces for available modules
  2. LLM writes TypeScript code calling those modules
  3. Code executes in isolated V8 with no internet/secrets access
  4. Results returned to LLM to compose final response

Why it works: LLMs excel at TypeScript vs synthetic tool calls. Can compose multiple modules with arbitrary logic.

Secondary innovation: MCP platform​

The LLM ecosystem has seen a boom in MCP usage over the previous year. But although there are great options for hosting MCP services (azure mcp server, cloudflare workers) there is no easy way to monetize and the friction to install an MCP is high.

Odel seeks to solve this by creating a platform for developers to host their servers and monetize them through a unified platform. While providing end-users a centralized hub for browsing available tools and a frictionless way of installing them.

Getting Started​

  • Roadmap - Development progress and plans

Security​

Three-layer isolation:

  • ✅ Module code isolated in separate Workers
  • ✅ LLM code isolated in dynamic Worker
  • ✅ LLM never sees API keys