finance intelligence mcp for Cursor
io.github.ronit-019/finance-intelligence-mcp
Personal finance MCP server with budgeting, analytics, and PostgreSQL.
client:Cursor
transport:stdio
runtime:pypi
Install finance intelligence mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"finance-intelligence-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"finance-intelligence-mcp"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs