Agent Interface
Freeby MCP Community
Standard protocol, types design, api design for `@tarco/mcp-agent`.
v0.0.3Added Apr 12, 2026
Agent Interface MCP Server
Standard protocol, types design, api design for @tarco/mcp-agent.
Installation
npx -y @tarco/mcp-agent-interface
Reviews
Installation
Quick install
npx -y @tarco/mcp-agent-interface
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-interface": {
"command": "npx",
"args": ["-y", "@tarco/mcp-agent-interface"]
}
}
}