Skip to main content
Glama

Context7 MCP Server

server.json2.26 kB
{ "$schema": "https://registry.nimbletools.ai/schemas/2025-09-22/nimbletools-server.schema.json", "name": "ai.nimbletools/context7", "version": "1.0.0", "description": "Context7 API: search docs, get examples, explain code, API references, and troubleshoot errors", "status": "active", "repository": { "url": "https://github.com/NimbleBrainInc/mcp-context7", "source": "github", "branch": "main" }, "websiteUrl": "https://context7.com", "packages": [ { "registryType": "oci", "registryBaseUrl": "https://docker.io", "identifier": "nimbletools/mcp-context7", "version": "1.0.0", "transport": { "type": "streamable-http", "url": "https://mcp.nimbletools.ai/mcp" }, "environmentVariables": [ { "name": "CONTEXT7_API_KEY", "description": "Context7 API key for accessing documentation (get key at context7.com/api)", "isRequired": true, "isSecret": true, "example": "your_context7_api_key_here" } ] } ], "_meta": { "ai.nimbletools.mcp/v1": { "container": { "healthCheck": { "path": "/health", "port": 8000 } }, "capabilities": { "tools": true, "resources": false, "prompts": false }, "resources": { "limits": { "memory": "256Mi", "cpu": "250m" }, "requests": { "memory": "128Mi", "cpu": "100m" } }, "deployment": { "protocol": "http", "port": 8000, "mcpPath": "/mcp" }, "display": { "name": "Context7", "category": "developer-tools", "tags": [ "documentation", "code-examples", "api-reference", "troubleshooting", "migration", "requires-api-key" ], "branding": { "logoUrl": "https://static.nimbletools.ai/logos/context7.png", "iconUrl": "https://static.nimbletools.ai/icons/context7.png" }, "documentation": { "readmeUrl": "https://raw.githubusercontent.com/NimbleBrainInc/mcp-context7/main/README.md" } } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NimbleBrainInc/mcp-context7'

If you have feedback or need assistance with the MCP directory API, please join our Discord server