Skip to content
Cursor

bakom mcp for Cursor

io.github.malkreide/bakom-mcp

BAKOM telecommunications and media open data

client:Cursor transport:stdio runtime:pypi

Install bakom mcp in Cursor

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

{
  "mcpServers": {
    "bakom-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bakom-mcp"
      ]
    }
  }
}

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

bakom mcp in other clients