MCP server for working with OASF agent records in the Agntcy Directory.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
docker run -i --rm ghcr.io/agntcy/dir-mcp:1.3.4
MCP client config
{
"mcpServers": {
"dir-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/agntcy/dir-mcp:1.3.4"
]
}
}
}Distributed as an MCP bundle (`https://github.com/agntcy/dir-mcp/releases/download/v1.3.4/dir-mcp.mcpb`) — download it and import the bundle in your MCP client.