Skip to content
Cursor

Vintage for Cursor

io.github.rezasoleymanifar/vintage

Free financial data from eleven sources behind six verbs, point-in-time where the source allows.

client:Cursor transport:stdio runtime:pypi

Install Vintage in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vintage": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vintage-mcp"
      ],
      "env": {
        "VINTAGE_USER_AGENT": "<VINTAGE_USER_AGENT>",
        "FRED_API_KEY": "<FRED_API_KEY>",
        "VINTAGE_CACHE_DIR": "<VINTAGE_CACHE_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Vintage in other clients