Stats
Actions
Tags
From agentmap
Runs a local MCP server for agent mapping and orchestration. Purpose and capabilities are not clearly defined from the configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agentmap": {
"command": "npx",
"args": [
"-y",
"@raymondchins/agentmap",
"--mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub raymondchins/agentmap --plugin agentmap