AllocContext for Cursor
io.github.alloccontext/alloc-context
Self-host MCP: portfolio crypto context for agents. PyPI stdio; MIT.
client:Cursor
transport:stdio
runtime:pypi
Install AllocContext in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"alloc-context": {
"type": "stdio",
"command": "uvx",
"args": [
"alloc-context"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs