MCP Plus
Requires Python 3.8+ runtime environment for executing the MCP server and subagent file operations
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., "@MCP Plusanalyze the authentication module in our codebase and summarize its architecture"
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.
MCP Plus
A lightweight, open suite of MCP tools designed to enhance LLM capabilities.
Overview
MCP Plus is a Model Context Protocol (MCP) server that extends AI agents with powerful, purpose-built tools for codebase understanding, task delegation, multi-agent coordination, and project management. Built to be open and lightweight, it runs as a single FastMCP server and integrates seamlessly with any MCP-compatible client.
Related MCP server: projscan
Tools
Function | Description |
| Ask natural language questions about any codebase. Returns comprehensive analysis with file references that the LLM can read using view_file tools. |
| Delegates basic tasks to a smaller, faster LLM that can read/write files autonomously. |
| Post a message to a project's chatroom. |
| Read recent messages from the chatroom. |
| View all todos for a project. |
| Add, complete, or remove todos. |
Context Engine
A fast and cheap context retrieval tool that enables LLMs to understand your codebase with speed and accuracy. Better context = better code.
It can analyze an entire codebase in 1 second for less than $0.01.
Features:
Intelligent file selection based on question relevance
File references with line numbers for the LLM to read
Markdown-formatted analysis
Overview of file tree
Subagent
A specialized, efficient agent capable of autonomous file operations. Use this to delegate basic tasks, allowing the main model to focus on higher-level reasoning and complex architecture.
Chatroom
A multi-agent coordination tool that facilitates communication between agents working on the same codebase. It ensures agents stay synchronized and avoid duplicating work.
Todo
A simple task management system for tracking project-specific to-dos directly within your workflow. Useful if your CLI or IDE lacks integrated task management.
Installation
Prerequisites
Python 3.8+
OpenRouter API key
Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"mcp_plus": {
"command": "/path/to/mcp_plus/venv/bin/python",
"args": ["/path/to/mcp_plus/mcp_server.py"],
"env": {
"OPENROUTER_API_KEY": "your_api_key_here",
"MODEL_NAME": "google/gemini-2.5-flash-lite",
"SUBAGENT_MODEL": "moonshotai/kimi-k2-thinking"
}
}
}
}Or run directly:
./run_server.shLicense
MIT
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
- AlicenseBqualityDmaintenanceA lightweight MCP server that enables AI agents to perform deep codebase analysis by leveraging Gemini's massive context window for cross-file analysis and intelligent file selection.Last updated428MIT
- Alicense-qualityBmaintenanceAn MCP server that provides AI coding agents with AST-accurate, context-budget-aware codebase querying, safety gates, and team policy integration via structured tools and a local plugin layer.Last updated5404MIT
- AlicenseAqualityAmaintenanceLocal-first MCP server that gives any AI coding agent per-project memory, workflow intelligence, and always-on, lossless token & context optimization.Last updated375591MIT
- AlicenseAqualityBmaintenanceA local MCP server that enables multiple AI coding tools to share structured project state (decisions, tasks, bugs) so they coordinate without re-explaining.Last updated5MIT
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
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/David3u/MCP-Plus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server