Skip to content
VS Code

filamental for VS Code

io.github.scottnine/filamental

Read/write access to your Filamental knowledge graph vault. 17 tools. Local-first, no auth.

client:VS Code transport:stdio runtime:npm

Install filamental in VS Code

.vscode/mcp.json

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

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

filamental in other clients