Agents
Freeby MCP Community
Model Context Protocol (MCP) Server for the *@inkeep/agents-mcp* API.
v0.67.4Added Apr 12, 2026
Agents MCP Server
Model Context Protocol (MCP) Server for the @inkeep/agents-mcp API.
Installation
npx -y @inkeep/agents-mcp
Reviews
Installation
Quick install
npx -y @inkeep/agents-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"agents": {
"command": "npx",
"args": ["-y", "@inkeep/agents-mcp"]
}
}
}