server.json•659 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "tools.ref/ref-tools-mcp",
"description": "Token-efficient search for coding agents over public and private documentation.",
"repository": {
"url": "https://github.com/ref-tools/ref-tools-mcp",
"source": "github"
},
"version": "3.0.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.ref.tools/mcp",
"headers": [
{
"name": "X-Ref-Api-Key",
"description": "API key for authentication",
"isRequired": true,
"isSecret": true
}
]
}
]
}