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