Skip to content
VS Code

ramp for VS Code

com.mcparmory/ramp

Manage expenses, corporate cards, accounts payable, and accounting integrations

client:VS Code transport:stdio runtime:pypi

Install ramp in VS Code

.vscode/mcp.json

{
  "servers": {
    "ramp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-ramp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ramp in other clients