Your AI assistant reads the GDD.
Connect Claude Code, Cursor, or any MCP-compatible tool to your Gameframe workspace. 13 tools for reading documents, searching entities, comparing versions, and pushing updates.
Get your API token
npm install @getgameframe/mcpSetup 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", "@getgameframe/mcp"],
"env": {
"GAMEFRAME_API_TOKEN": "gf_ak_..."
}
}
}
}3
Start building
Ask your AI assistant:
"What entities are in my combat GDD?"
The AI reads your workspace 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.
| Tool | Description | Scope |
|---|---|---|
gameframe_list_vaults | List all workspaces the user can access | read |
gameframe_list_documents | List all documents in a workspace | read |
gameframe_get_document_content | Read the full content of a document | read |
gameframe_search_documents | Search documents by title or metadata | read |
gameframe_get_version_history | Get version history for a document | read |
gameframe_compare_versions | Diff two versions of a document | read |
gameframe_list_branches | List branches for a document | read |
gameframe_get_document_entities | Get AI-extracted entities for a document | read |
gameframe_search_entities | Search across all entities in a workspace | read |
gameframe_get_change_requests | List active change requests in a workspace | read |
gameframe_create_version | Save a new version of a document | write |
gameframe_create_document | Create a new document in a workspace | write |
gameframe_create_change_request | Log a design change request | write |
gameframe://vault/{id}/tree | Browse the document tree as an MCP resource | resource |
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