mcp server for Cursor
io.github.globallayer/mcp-server
Merka2a MCP server - AI agents search, negotiate and order GPU compute
client:Cursor
transport:stdio
runtime:npm
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@merk.a2a/mcp-server"
],
"env": {
"MERKA2A_API_KEY": "<MERKA2A_API_KEY>",
"MERKA2A_API_URL": "<MERKA2A_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs