- Noorle — AI Agent Runtime & MCP Gateways
Noorle — AI Agent Runtime & MCP Gateways
Noorle is a managed AI agent runtime with secure MCP gateways. Each gateway is a single authenticated MCP endpoint (mcp-{id}.noorle.com) that aggregates three kinds of capabilities: built-in tools (Web Search, Code Runner, Files, HTTP Client, Browser, Sandbox, Knowledge Retrieval), custom plugins as sandboxed WebAssembly in Python, TypeScript, JavaScript, Go, or Rust, and connectors to external services via REST/OpenAPI import or any MCP server.
Every gateway enforces API-key or OAuth authentication, exposes only the capabilities you choose, applies per-client rate limits, and logs every call for audit. Works with any MCP-compatible client — Claude Desktop, Claude Code, Cursor, Continue.dev, Cline, or your own agents — over Streamable HTTP or stateless HTTP. Setup takes about five minutes, and there's no infrastructure to host.
Get started: https://noorle.com/docs/use/five-minute-quickstart MCP gateways: https://noorle.com/platform/mcp-gateways/ Website: https://noorle.com/ Docs: https://noorle.com/docs/ Plugin examples: https://github.com/noorle/plugin-examples
Server Config
{
"mcpServers": {
"noorle": {
"url": "https://mcp-{gateway-id}.noorle.com",
"transport": "sse",
"headers": {
"X-API-Key": "<YOUR_NOORLE_API_KEY>"
}
}
}
}Recommend Servers
View Alltest