← Back to Plugins
MCP Server MCP

io.github.GhostlyGawd/codeweb

github By github 👁 1 views ▲ 0 votes

Your agents break less code and burn fewer tokens — a deterministic call graph over 27 MCP tools.

Homepage Verified source GitHub

Install

npx -y @ghostlygawd/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@ghostlygawd/codeweb",
      "version": "0.13.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "-y",
          "type": "positional"
        },
        {
          "isRequired": true,
          "value": "-p",
          "type": "positional"
        },
        {
          "isRequired": true,
          "value": "@ghostlygawd/codeweb",
          "type": "positional"
        },
        {
          "isRequired": true,
          "value": "codeweb-mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...