Open protocols · MCP servers · A2A bus · OTel-instrumented
Integrations.
0 servers live · 0 tools · connect once, every agent gets access.
Open protocols supported
Standards reference →MCP
Tools + data access
0 live
A2A
Agent-to-agent bus
enabled
A2UI
Dynamic UI generation
beta
AP2
Signed payment mandates
beta
UCP
Universal commerce
preview
Servers
No MCP servers configured
Add servers in ~/.clove/mcp.yaml or via clove mcp add
All Tools
No tools available
Configuration
MCP servers are configured in ~/.clove/mcp.yaml. Each server runs as a subprocess using stdio transport.
servers:
- name: github
command: npx
args: ["@modelcontextprotocol/server-github"]
env:
GITHUB_TOKEN: "your-token-here"
- name: slack
command: npx
args: ["@modelcontextprotocol/server-slack"]
env:
SLACK_BOT_TOKEN: "xoxb-..."