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.
npm install @gameframe/mcp-serverSetup in 3 steps
From zero to your AI reading game design docs in under two minutes.
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.
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_..."
}
}
}
}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.
| Tool | Description | Scope |
|---|---|---|
gameframe_list_vaults | List all vaults the user can access | read |
gameframe_list_documents | List all documents in a vault | 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 vault | read |
gameframe_get_change_requests | List active change requests in a vault | read |
gameframe_create_version | Save a new version of a document | write |
gameframe_create_document | Create a new document in a vault | 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.
Three lines of JSON. Your AI reads the GDD.
No SDK to learn. No webhooks to configure. Connect and build.
Get started free