We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/upstash/context7-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "context7",
"description": "Up-to-date code docs for any prompt",
"version": "1.0.0",
"settings": [
{
"name": "API Key",
"description": "Context7 API key. Create new key at https://context7.com/dashboard.",
"envVar": "CONTEXT7_API_KEY"
}
],
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp", "--api-key", "${CONTEXT7_API_KEY}"]
}
}
}