Skip to content
VS Code

nervous system for VS Code

io.github.levelsofself/nervous-system

Governance for LLM agents: 7 enforced rules + read-only reference tools. Safe in any MCP client.

client:VS Code transport:stdio runtime:npm

Install nervous system in VS Code

.vscode/mcp.json

{
  "servers": {
    "nervous-system": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-nervous-system"
      ]
    }
  }
}

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

nervous system in other clients