agentmako for Cursor
io.github.drhalto/agentmako
Local-first codebase intelligence MCP server for AI coding agents.
client:Cursor
transport:stdio
runtime:npm
Install agentmako in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentmako": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentmako"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs