All MCP servers

Continuum

Official
by Api.AirforcestdioAI & LLM Tools074

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

mcpopen-sourceai-llm-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "continuum-impf5381": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}