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