agi-inc/agent-protocol
Common interface for interacting with AI agents. The protocol is tech stack agnostic - you can use it with any framework for building agents.
Platform-specific configuration:
{
"mcpServers": {
"agent-protocol": {
"command": "npx",
"args": [
"-y",
"agent-protocol"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...