quest-log-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@quest-log-mcpAdd a new idea to the board: 'Implement dark mode'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
quest-log-mcp
An MCP server for managing quest-log's ideas, statuses, and mission log — so Claude (or any MCP client) can track and update projects directly, without any of that data ever going through git/GitHub.
Tools
Tool | Description |
| List quests, optionally filtered by status (idea/progress/blocked/done) |
| Add a new idea/project/task to the idea board |
| Update an existing quest's status by id or title match |
| Replace an existing quest's notes text by id or title match |
| Append an entry to the mission log for a given day (default today) |
| Get the complete raw state |
Related MCP server: llm-backlog
Configuration
Copy .env.example to .env and set:
QUEST_LOG_BASE_URL— base URL of the quest-log deployment this talks toQUEST_LOG_INSECURE=1— only set if quest-log uses a self-signed cert you trust (its default deployment does). Leave unset otherwise.PORT— HTTP port to listen on (default4243)
Running locally
npm install
npm run devRunning with Docker
docker compose up -d --buildConnecting a client
Speaks MCP over streamable HTTP at POST /mcp. Point a client at http://<host>:4243/mcp.
GET /health is available for basic uptime checks.
This server cannot be deployed
Maintenance
Related MCP Connectors
Manage feature requests, votes, roadmaps, and changelogs from any MCP client.
Read and write Mission Control state via MCP — projects, tasks, subtasks, templates, status updates.
A MCP server built for developers enabling Git based project management with project and personal…
Create, update, and publish changelog entries on your Patchlog changelog from any MCP client.
Related MCP Servers
- AlicenseBqualityDmaintenanceManages #TODO comments in source code files, enabling you to add and query TODOs via MCP.11MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for managing a project backlog as Markdown files in Git, enabling AI agents to read, create, and update tasks programmatically.2-
- FlicenseCqualityDmaintenanceGit-backed MCP server for creating and maintaining an Obsidian-style markdown knowledge base with full CRUD, search, and git sync.7-
- FlicenseNot gradedqualityAmaintenanceA lightweight MCP server that provides cross-project progress tracking tools (list, refresh, read, update, mark) for agents to query and manage work status across multiple tracked projects.-