Skip to main content
Glama
openreview

OpenReview Python MCP Server

Official
by openreview

OpenReview Python MCPサーバー

LLMが正しい openreview-py コードを書くのを支援するMCPサーバーです。2つの知識レイヤーを備えています:インストールされたライブラリのライブイントロスペクション(メソッドシグネチャ、docstring、クラス構造)と、静的知識(ベストプラクティス、コード例、ワークフローガイド)です。

クイックスタート

1. Dockerイメージのビルド

docker build -t openreview-mcp /path/to/openreview-mcp

2. Claude Codeへの追加

作業中のプロジェクトのルート(またはグローバルアクセスの場合は ~/.claude/)に .mcp.json ファイルを作成します:

{
  "mcpServers": {
    "openreview": {
      "command": "docker",
      "args": ["run", "--rm", "-i", "openreview-mcp"]
    }
  }
}

知識ファイル(llm.txtexamples.md)はイメージ内にバンドルされているため、バインドマウントは不要です。ライブのopenreview-pyチェックアウトで上書きするには、docker run 引数に -e OPENREVIEW_KNOWLEDGE_PATH=/knowledge -v /path/to/openreview-py:/knowledge を追加してください。

3. 再起動と確認

Claude Codeを再起動(/exit して再起動)します。5つのツールがすぐに利用可能になります。

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides real-time access to Python package documentation, source code, and symbol search to prevent AI hallucinations.
    6
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Exposes Swagger/OpenAPI API documentation to AI models, enabling exploration, search, and interaction with endpoints, schemas, and execution of API calls.
    14
    10
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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