AgentHubAgentHub

mne-docs

MCP ServerMCP Registry官方收录

io.github.weiyongxu/mne-docs · v1.0.49

MCP server for MNE-Python documentation, source code, GitHub issues, and forum

概览

mne-docs 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mne-docs": {
      "command": "npx",
      "args": [
        "-y",
        "mne-docs-mcp"
      ],
      "env": {
        "MNE_GITHUB_TOKEN": "<MNE_GITHUB_TOKEN>"
      }
    }
  }
}

环境变量

MNE_GITHUB_TOKEN必填secret

GitHub Personal Access Token for API access

MNE_TRANSPORT可选

Transport mode: stdio or http

MNE_PYTHON_PATH可选

Path to Python executable (use 'python' on Windows)

相关资源

统一 Manifest

{
  "id": "io.github.weiyongxu/mne-docs",
  "type": "mcp-server",
  "version": "1.0.49",
  "displayName": "mne-docs",
  "description": "MCP server for MNE-Python documentation, source code, GitHub issues, and forum",
  "repository": {
    "url": "https://github.com/weiyongxu/mne-docs-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "mne-docs-mcp",
        "version": "1.0.49",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MNE_GITHUB_TOKEN",
            "description": "GitHub Personal Access Token for API access",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "MNE_TRANSPORT",
            "description": "Transport mode: stdio or http"
          },
          {
            "name": "MNE_PYTHON_PATH",
            "description": "Path to Python executable (use 'python' on Windows)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.weiyongxu/mne-docs",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.weiyongxu%2Fmne-docs/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mne-docs — MCP Server 安装与配置 · AgentHub