mcp portal for Cursor
io.github.apollion69/mcp-portal
Cursor CLI delegation for verified bulk reads and reference-driven code generation.
client:Cursor
transport:stdio
runtime:pypi
Install mcp portal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-portal": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-portal"
],
"env": {
"MCP_PORTAL_HOME": "<MCP_PORTAL_HOME>",
"MCP_PORTAL_CLI": "<MCP_PORTAL_CLI>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs