MCP Server
MCP
io.github.weiyongxu/mne-docs
MCP server for MNE-Python documentation, source code, GitHub issues, and forum
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
By
Comments
Sign in to leave a comment