mcp for Cursor
io.github.atlasprzetargow/mcp
Search Polish public tenders (BZP + TED) — 800k+ tenders, profiles, statistics, glossary.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@atlasprzetargow/mcp"
],
"env": {
"ATLAS_API_KEY": "<ATLAS_API_KEY>",
"ATLAS_API_BASE": "<ATLAS_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs