metatron / setup / vscode
Setup guide

Set up metatron in VS Code

communitystdiounknown

Metatron is a self-hosted system that captures a codebase's real implementation decisions — preferred patterns, rejected approaches, edge cases, internal conventions — as structured priors, and serves them to coding agents over MCP (Model Context Protocol). The goal: an agent writes code like a senior engineer who already knows the codebase


01Configuration
{ "mcpServers": { "metatron": { "command": "docker", "args": [ "run", "kerbelp/getmetatron" ] } } }

Add this to .vscode/mcp.json. Generated from the captured install method (docker); the mcpServers shape is shared across Claude Desktop, Cursor, Windsurf, Cline, and VS Code.


02Steps
  1. Make sure VS Code is installed and up to date.
  2. Open .vscode/mcp.json and add the block above (merge into any existing mcpServers).
  3. Provide any required API keys/credentials as environment variables.
  4. Restart VS Code and confirm metatron’s tools appear.

03Other runtimes

04Provenance
config_sourcegenerated from captured install method
last_checked2026-07-07 05:58Z
sourcesGitHub repo search [p4]

Next step

Want agents that act within guardrails? Apex is the live governed-agent product — paced, capped, and fully-logged actions with approvals before anything runs.

Explore Apex →

See also: server page · is it safe? · alternatives

Set up metatron MCP in VS Code — MCPExplorer