MCP Server
io.github.mishrasanjeev/agenticorg MCP Server
io.github.mishrasanjeev/agenticorg
What is the io.github.mishrasanjeev/agenticorg MCP server?
AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.
How to install io.github.mishrasanjeev/agenticorg
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agenticorg": {
"command": "npx",
"args": [
"-y",
"agenticorg-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agenticorg": {
"command": "npx",
"args": [
"-y",
"agenticorg-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agenticorg": {
"command": "npx",
"args": [
"-y",
"agenticorg-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agenticorg": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agenticorg-mcp-server"
]
}
}
}Claude Code
claude mcp add agenticorg -- npx -y agenticorg-mcp-serverRelated MCP servers
OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation.
View repository →