Your AI assistant reads the GDD.

Connect Claude Code, Cursor, or any MCP-compatible tool to your Gameframe vault. 13 tools for reading documents, searching entities, comparing versions, and pushing updates.

Get your API tokennpm install @gameframe/mcp-server

Setup in 3 steps

From zero to your AI reading game design docs in under two minutes.

1

Create an API Token

Go to Settings > API Tokens and create a token with read scope. Name it after your tool — "Claude Code", "Cursor", etc.

2

Add to .mcp.json

Add this to your project root:

{
  "mcpServers": {
    "gameframe": {
      "command": "npx",
      "args": ["-y", "@gameframe/mcp-server"],
      "env": {
        "GAMEFRAME_API_TOKEN": "gf_ak_..."
      }
    }
  }
}
3

Start building

Ask your AI assistant:

"What entities are in my combat GDD?"

The AI reads your vault directly — no copy-pasting, no stale context.

Tool reference

10 read tools, 3 write tools, 1 resource. Everything your AI needs to understand and update your game design.

ToolDescriptionScope
gameframe_list_vaultsList all vaults the user can accessread
gameframe_list_documentsList all documents in a vaultread
gameframe_get_document_contentRead the full content of a documentread
gameframe_search_documentsSearch documents by title or metadataread
gameframe_get_version_historyGet version history for a documentread
gameframe_compare_versionsDiff two versions of a documentread
gameframe_list_branchesList branches for a documentread
gameframe_get_document_entitiesGet AI-extracted entities for a documentread
gameframe_search_entitiesSearch across all entities in a vaultread
gameframe_get_change_requestsList active change requests in a vaultread
gameframe_create_versionSave a new version of a documentwrite
gameframe_create_documentCreate a new document in a vaultwrite
gameframe_create_change_requestLog a design change requestwrite
gameframe://vault/{id}/treeBrowse the document tree as an MCP resourceresource

Works with your tools

Any client that speaks MCP can connect to Gameframe.

Claude CodeCursorWindsurfVS Code Copilotand any MCP-compatible client

Three lines of JSON. Your AI reads the GDD.

No SDK to learn. No webhooks to configure. Connect and build.

Get started free