MCQuest MCP
Provides read-only Git context, including current branch, repository status, recent commits, and file changes.
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., "@MCQuest MCPSearch code and docs for 'responsive overflow' and show recent git changes"
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.
MCQuest MCP — Read-Only Project Intelligence Server
A reusable, read-only MCP server for giving AI coding agents structured access to a software project's source code and architecture.
Originally developed for MCQuest, the server is intentionally maintained as a standalone developer tool outside application repositories.
It can be reused across different projects.
Features
The current version (v0.2) provides 16 read-only tools organized into categories:
Project Structure
Tool | Purpose |
| Compact project overview with structure and key files |
| High-level understanding: tech stack, directories, source areas |
| Recursively list project files with glob pattern filtering |
Source Code Analysis
Tool | Purpose |
| Read bounded file sections with line numbers |
| Regex-based source code search with context |
| Find files by filename (case-insensitive) |
| Find ES module imports referencing a target |
| Find symbol references with word-boundary matching |
| Predefined responsive/layout pattern audit |
Documentation Intelligence
Tool | Purpose |
| List Markdown documentation files |
| Read Markdown docs with line numbers |
| Regex/text search across docs |
| Locate phase docs (supports |
| Compare documentation between two phases |
Cross-Evidence & Git
Tool | Purpose |
| Search code + docs in one call, grouped by evidence type |
| Read-only Git: branch, status, recent commits, changes |
The server does not modify the target project.
Related MCP server: reflens
Documentation Awareness
The documentation tools give the AI agent read-only access to project Markdown
documentation (e.g. docs/, memory-bank/), including previous audit and
implementation phases.
mcquest_list_docs— list Markdown files under a project-relative path.mcquest_read_doc— read a Markdown file with exact line numbers.mcquest_search_docs— regex/text search across Markdown docs, returning file path, line number, matching line, and surrounding context.mcquest_phase_context— Two modes:querymode (free-text: "responsive overflow", "Android") andphasemode (structured lookup:phase="61"). Phase mode returns results grouped by document type.
These tools preserve the original Markdown evidence and line references. They do not summarize, rewrite, or interpret the documentation; they return the raw evidence so the AI agent can reason about it.
The tools distinguish between documented facts, completed work, audit findings, recommendations, unresolved issues, and explicitly unverified/static findings by preserving the original text and line references. They never convert an unverified/static finding into a verified fact.
Safety
This MCP is intentionally read-only.
It does not provide:
file editing
file creation
file deletion
shell execution
arbitrary code execution
package installation
Git mutation
commits
pushes
deployment
The server is designed to provide evidence, while the AI coding agent performs the reasoning.
Recommended Cline Usage Flow
mcquest_project_context— First call for project orientationmcquest_phase_context(phase="N")— Understand a specific phasemcquest_find_evidence(query="...")— Cross-search code + docsmcquest_read_file/mcquest_read_doc— Read specific filesmcquest_git_context— Check recent changes before investigationmcquest_compare_phase(from_phase="61", to_phase="62")— Compare phases
Version History
v0.2.0 — Added
project_context,find_evidence,git_context,compare_phase. Improved all tool descriptions. Addedphaseparameter tophase_contextwith structured lookup grouped by document type.v0.1.0 — Initial release with 12 read-only tools.
Requirements
Windows, macOS, or Linux
Python 3.10+
uvMCP Python SDK
Node.js only if using MCP Inspector
Installation
Clone or place the server somewhere outside your application repositories.
Example:
D:\DeveloperTools\mcquest-mcpMaintenance
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
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server for AI coding agents to inspect repositories, audit code quality, route engineering skills, and plan safe issue/PR workflows.1MIT
- AlicenseAqualityBmaintenanceAn MCP server that indexes reference repositories and provides tools for AI coding agents to retrieve lossless code context, enabling reasoning over codebases larger than the agent's context window.82Apache 2.0
- AlicenseNot gradedqualityBmaintenanceA read-only MCP server that gives coding agents structured, read-only access to sibling repositories, ensuring security by design with zero write tools.MIT
- AlicenseNot gradedqualityBmaintenanceA read-only MCP server for code reading with intelligent caching, line-range selection, and language detection, enabling AI assistants to efficiently and safely explore file systems.MIT
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
A MCP server built for developers enabling Git based project management with project and personal…
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/LionTechSupport/mcquest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server