Skip to content

meok neural health monitor mcp for VS Code

io.github.csoai-org/meok-neural-health-monitor-mcp

MEOK AI Labs - neural-health-monitor MCP server extracted from SOV3

client:VS Code transport:stdio runtime:pypi

Install meok neural health monitor mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "meok-neural-health-monitor-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "meok-neural-health-monitor-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

meok neural health monitor mcp in other clients