OrgX MCP - Agent Orchestration✓
com.useorgx/orgx-mcp · v1.0.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.useorgx/orgx-mcp",
"description": "Agent orchestration + org memory via MCP. Manage initiatives and decisions from any client.",
"title": "OrgX MCP - Agent Orchestration",
"repository": {
"url": "https://github.com/useorgx/orgx",
"source": "github",
"subfolder": "orgx/workers/orgx-mcp"
},
"version": "1.0.3",
"websiteUrl": "https://mcp.useorgx.com",
"icons": [
{
"src": "https://mcp.useorgx.com/orgx-logo.png",
"mimeType": "image/png",
"sizes": [
"any"
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.useorgx.com/mcp"
},
{
"type": "sse",
"url": "https://mcp.useorgx.com/sse"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}