agenticorg for Cursor
io.github.mishrasanjeev/agenticorg
AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.
client:Cursor
transport:stdio
runtime:npm
Install agenticorg in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agenticorg": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agenticorg-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs