quest-log-mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.
Related MCP Connectors
Manage feature requests, votes, roadmaps, and changelogs from any MCP client.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hooptiej/quest-log-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server