HomeKnowledge & Memory › Artel

Artel

Self-hosted shared-memory & coordination mesh for AI agent fleets. You host it; agents connect.

Python Local macOSWindowsLinux Remote
★ 8 stars Last pushed 2026-09-23 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{artel_host}/mcp

Claude Code:

claude mcp add --transport http artel https://{artel_host}/mcp --header "X-Agent-Id: <YOUR_VALUE>" --header "X-Api-Key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "artel": {
      "url": "https://{artel_host}/mcp",
      "headers": {
        "X-Agent-Id": "<YOUR_VALUE>",
        "X-Api-Key": "<YOUR_VALUE>"
      }
    }
  }
}
  • X-Agent-Id required — Your agent_id on the Artel instance
  • X-Api-Key required secret — Your agent API key on the Artel instance

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry