theagora for Cursor
io.github.theagoralabs/theagora
AI agent marketplace. 27 tools for buying and selling services with atomic escrow.
client:Cursor
transport:stdio
runtime:npm
Install theagora in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"theagora": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theagora/mcp"
],
"env": {
"THEAGORA_API_KEY": "<THEAGORA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs