Skip to content
VS Code

agenticorg for VS Code

io.github.mishrasanjeev/agenticorg

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

client:VS Code transport:stdio runtime:npm

Install agenticorg in VS Code

.vscode/mcp.json

{
  "servers": {
    "agenticorg": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agenticorg-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agenticorg in other clients