mcp factory for Cursor
io.github.jaimenbell/mcp-factory
Manifest-driven MCP server scaffolder and runtime hub for tool integrations.
client:Cursor
transport:stdio
runtime:pypi
Install mcp factory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-factory": {
"type": "stdio",
"command": "uvx",
"args": [
"jaimenbell-mcp-factory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs