Cokodo Agent for Cursor
io.github.dinwind/cokodo-agent
Serve .agent/ project context, references, and collaborations to MCP-compatible IDEs.
client:Cursor
transport:stdio
runtime:pypi
Install Cokodo Agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cokodo-agent": {
"type": "stdio",
"command": "uvx",
"args": [
"cokodo-agent"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs