{
  "name": "io.github.chrisleekr/context-forge-mcp",
  "description": "Context Forge maintains a structured project memory across agent sessions. Decisions, open questions, conventions, and learnings get captured as durable markdown that subsequent agents read on session start, so the context window does not have to.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-26",
    "com.top-mcps/score": {
      "value": 58,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-05-26T10:50:23.794Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-05-26T10:50:23.788Z"
    }
  },
  "repository": {
    "url": "https://github.com/chrisleekr/context-forge-mcp",
    "source": "github"
  },
  "author": {
    "name": "Community"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "context-forge-mcp",
      "version": "latest",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-write",
      "sandbox": "Reads and writes a single markdown file inside the project root.",
      "gotchas": [
        "Anything stored is plaintext in the repo — do not put secrets here.",
        "Conflicting writes from concurrent agents are not coordinated; one writer at a time."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/mcp-context-forge",
    "markdown": "https://top-mcps.com/mcp/mcp-context-forge.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
