IndieStack for Cursor
io.github.pattyboi101/indiestack
Search 3,100+ developer tools via MCP. Install commands, compatibility data, health scores.
client:Cursor
transport:stdio
runtime:pypi
Install IndieStack in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"indiestack": {
"type": "stdio",
"command": "uvx",
"args": [
"indiestack"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs