← Back to Plugins
MCP Server MCP

io.github.sairam0424/mindforge

github By github 👁 1 views ▲ 0 votes

Read the MindForge engine over MCP: knowledge graph, project health, and audit log.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mindforge-mcp-server",
      "version": "11.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to the project whose .mindforge/ and .planning/ the server reads. Defaults to the current working directory if unset.",
          "name": "CLAUDE_PROJECT_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...