MCP Server
MCP
io.github.agntcy/dir-mcp
MCP server for working with OASF agent records in the Agntcy Directory.
Install
oci:ghcr.io/agntcy/dir-mcp:1.3.4
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/agntcy/dir-mcp:1.3.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OASF schema server URL (e.g. https://schema.oasf.outshift.com)",
"isRequired": true,
"name": "OASF_API_VALIDATION_SCHEMA_URL"
},
{
"description": "Directory server address (default: 0.0.0.0:8888)",
"name": "DIRECTORY_CLIENT_SERVER_ADDRESS"
},
{
"description": "Auth mode: none, github, x509, jwt, token",
"name": "DIRECTORY_CLIENT_AUTH_MODE"
},
{
"description": "Pre-issued bearer token for CI/scripts (skips interactive login)",
"isSecret": true,
"name": "DIRECTORY_CLIENT_AUTH_TOKEN"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/agntcy/dir-mcp/releases/download/v1.3.4/dir-mcp.mcpb",
"version": "1.3.4",
"fileSha256": "ce85e0329059839f8401ffb7180637ab681cc6da9a5fb17a02f1bd856a34564f",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
oci
mcpb
By
Comments
Sign in to leave a comment