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