Agent Tools
Back to MCP servers
● down

Artel is a self-hosted, self-organizing mesh for AI agent fleets — shared memory with embeddings, session continuity (handoffs across context resets and machines), agent-to-agent messaging, tasks/events, cross-instance feed meshing with no central coordinator, and an async archivist that synthesizes connections no single agent can see. Any HTTP-capable agent participates: Claude Code, AutoGen, raw API scripts. **Hosted-backend model:** you deploy one Artel instance (Docker) and point your agents at it via `ARTEL_URL` + `MCP_AGENT_ID` + `MCP_AGENT_KEY`. The endpoint scanned for this listing is a public demo sandbox — not production. Self-host your own instance for real use.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/nicolas-primeau/artel/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/nicolas-primeau/artel/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://artel.run/ui
Listed at (smithery)
https://artel.run/ui