Back to Apps

Artel
by nicolasprimeau
Coordination layer for AI agent fleets featuring shared semantic memory, task orchestration, and session handoffs.
0 stars
Works in:CursorVS Code Copilot
Exposes:ToolsResources
What it does
Artel provides a self-hosted coordination layer for fleets of AI agents. It enables multiple agents to share a common memory pool with semantic search, coordinate tasks without a central scheduler, and hand off sessions so any agent can resume work across context resets.
Tools
memory_write: Save a piece of knowledge to the shared pool.memory_search: Perform semantic search across the collective agent memory.task_create: Create a coordination task for the fleet.task_claim: Claim an available task for execution.message_send: Send asynchronous messages to other agents in the fleet.session_handoff: Save current state to allow another agent to resume later.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"artel": {
"type": "http",
"url": "http://<host>:8000/mcp",
"headers": {
"x-agent-id": "<agent-id>",
"x-api-key": "<api-key>"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop, Cursor, and VS Code Copilot.
Quick install
export ARTEL_REG_KEY=artel && curl -fsSL https://artel.run/onboard | shInformation
- Pricing
- free
- Published
- 6/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json with url 'https://artel.run/mcp' and corresponding headers.Claude Desktop
Add to mcpServers with type 'http', url 'http://<host>:8000/mcp', and required x-agent-id/x-api-key headers.VS Code Copilot
Add to settings.json via MCP install link provided in README.





