Skip to content
VS Code

Jeero MCP for VS Code

io.github.slimndap/jeero-mcp

Local Jeero MCP server backed by Mother and SQLite.

client:VS Code transport:stdio runtime:npm

Install Jeero MCP in VS Code

.vscode/mcp.json

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

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

Jeero MCP in other clients