MCP Server
Active
io.github.capabilityhostprotocol/chp MCP Server
io.github.capabilityhostprotocol/chp
What is the io.github.capabilityhostprotocol/chp MCP server?
Learn and adopt the Capability Host Protocol — the agentic web's open evidence layer.
How to install io.github.capabilityhostprotocol/chp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"chp": {
"url": "https://capabilityhostprotocol.com/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"chp": {
"serverUrl": "https://capabilityhostprotocol.com/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"chp": {
"type": "http",
"url": "https://capabilityhostprotocol.com/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"chp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://capabilityhostprotocol.com/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http chp https://capabilityhostprotocol.com/api/mcpRelated MCP servers
Discover what websites across the agentic web can do — query the capabilities.txt registry.
0
View repository →TypeScript