← Back to Plugins
MCP Server MCP

io.github.weiyongxu/mne-docs

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mne-docs-mcp",
      "version": "1.0.49",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub Personal Access Token for API access",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MNE_GITHUB_TOKEN"
        },
        {
          "description": "Transport mode: stdio or http",
          "format": "string",
          "name": "MNE_TRANSPORT"
        },
        {
          "description": "Path to Python executable (use 'python' on Windows)",
          "format": "string",
          "name": "MNE_PYTHON_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...