Agent
Freeby MCP Community
General-purpose MCP agent with REPL and ACP modes for testing and debugging the mason proxy pipeline
v0.1.7Added Apr 12, 2026
Agent MCP Server
General-purpose MCP agent with REPL and ACP modes for testing and debugging the mason proxy pipeline
Installation
npx -y @clawmasons/mcp-agent
Reviews
Installation
Quick install
npx -y @clawmasons/mcp-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"agent": {
"command": "npx",
"args": ["-y", "@clawmasons/mcp-agent"]
}
}
}