headless tracker for Cursor
io.github.tamaspetki/headless-tracker
Read-only MCP server: your AI sees your crypto portfolio, never your keys. Not financial advice.
client:Cursor
transport:stdio
runtime:npm
Install headless tracker in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"headless-tracker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"headless-tracker"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs