Skip to content
VS Code

Perseus: MCP server and live context engine for VS Code

io.github.perseus-computing-llc/perseus

Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.

client:VS Code transport:stdio runtime:pypi

Install Perseus: MCP server and live context engine in VS Code

.vscode/mcp.json

{
  "servers": {
    "perseus": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "perseus-ctx"
      ]
    }
  }
}

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

Perseus: MCP server and live context engine in other clients