{ "name": "scribe", "description": "Scribe for Claude Code: connects the scribe MCP server, adds the hooks that deliver live project state and relevant records at the right moment, ships the shared client-neutral Scribe skills (using-scribe, writing-plans, reporting-back, systematic-debugging, verification, brainstorming, reusing-code, shape-accounting), and syncs your saved Scribe Processes as skills (/scribe:sync).", "version": "2026.09.14.1723", "author": { "name": "Bryan Van Deusen" }, "mcpServers": { "scribe": { "type": "http", "url": "${user_config.api_endpoint}/mcp", "headers": { "Authorization": "Bearer ${user_config.api_token}" } } }, "userConfig": { "api_endpoint": { "type": "string", "title": "Scribe base URL", "description": "Base URL of your Scribe instance, no trailing slash (e.g. https://scribe.example.com)" }, "api_token": { "type": "string", "title": "Scribe API key", "description": "An fmcp_ API key from Settings \u2192 API Keys (read scope is enough for the session-start hook; write scope to use the tools)", "sensitive": true } } }