OpenReview Python MCP Server
OfficialServidor MCP de OpenReview para Python
Servidor MCP que ayuda a los LLM a escribir código openreview-py correcto. Dos capas de conocimiento: introspección en tiempo real de la biblioteca instalada (firmas de métodos, cadenas de documentación, estructuras de clases) y conocimiento estático (mejores prácticas, ejemplos de código, guías de flujo de trabajo).
Inicio rápido
1. Construir la imagen de Docker
docker build -t openreview-mcp /path/to/openreview-mcp2. Añadir a Claude Code
Cree un archivo .mcp.json en la raíz del proyecto en el que esté trabajando (o en ~/.claude/ para acceso global):
{
"mcpServers": {
"openreview": {
"command": "docker",
"args": ["run", "--rm", "-i", "openreview-mcp"]
}
}
}Los archivos de conocimiento (llm.txt, examples.md) están incluidos dentro de la imagen; no se requiere montaje de enlace (bind-mount). Para sobrescribir con una versión local de openreview-py, añada -e OPENREVIEW_KNOWLEDGE_PATH=/knowledge -v /path/to/openreview-py:/knowledge a los argumentos de docker run.
3. Reiniciar y verificar
Reinicie Claude Code (/exit y vuelva a iniciar). Las 5 herramientas estarán disponibles inmediatamente.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to explore and query OpenAPI specifications, allowing natural language interaction with API endpoints, parameters, request bodies, and response schemas from any OpenAPI 3.x spec.12MIT
- AlicenseNot gradedqualityCmaintenanceProvides real-time access to Python package documentation, source code, and symbol search to prevent AI hallucinations.6MIT
- AlicenseAqualityDmaintenanceExposes Swagger/OpenAPI API documentation to AI models, enabling exploration, search, and interaction with endpoints, schemas, and execution of API calls.14102MIT
- FlicenseNot gradedqualityDmaintenanceTurns any OpenAPI/Swagger spec into queryable tools for LLMs, enabling endpoint search, detail retrieval, and schema exploration.1
Related MCP Connectors
@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…
Public social-data API and live docs for AI coding agents.
Software component catalog: search your org's services, docs, APIs, dependencies, and ownership.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/openreview/openreview-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server