janusmcp for Cursor
io.github.bayway/janusmcp
Multi-account tool broker for AI agents — CLI and MCP.
client:Cursor
transport:stdio
runtime:npm
Install janusmcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"janusmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bayway/janusmcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs