Skip to content
VS Code

agent seo engine for VS Code

io.github.davidmosiah/agent-seo-engine

Agent-first local SEO quality, intent and opportunity engine with CLI and optional MCP server.

client:VS Code transport:stdio runtime:pypi

Install agent seo engine in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-seo-engine": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-seo-engine"
      ]
    }
  }
}

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

agent seo engine in other clients