Artel for Cursor
io.github.nicolasprimeau/artel
Self-hosted shared-memory & coordination mesh for AI agent fleets. You host it; agents connect.
client:Cursor
transport:streamable-http
Install Artel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"artel": {
"url": "https://{artel_host}/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs