Toolkit of standalone MCP servers for code search, documentation, databases, OpenAPI specs, Git, and sandboxed shell access.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Toolkit.
| mcp-memory | npx mcp-memory | Persist and recall architecture decisions, patterns, constraints, and project context |
π§ Persistent project memory β Remember architecture decisions, patterns, constraints, and project conventions across AI coding sessions.
|
mcp-memory | npx mcp-memory | Persist and recall architecture decisions, patterns, constraints, and project context |
Give any AI coding agent a direct line into your codebase, docs, or database β in under 60 seconds.
Quick Start Β· Servers Β· Build Your Own Β· Discord Β· Changelog

When you ask Claude Code "where do we handle Stripe webhooks?" it has two bad options:
MCP Server Toolkit gives agents a third option: ask the right tool directly. Semantic code search, live database queries, doc lookups, API introspection β all surfaced through the Model Context Protocol standard, so any MCP-compatible client can use them without any changes to your existing code.
npx and pip install paths included..env file or environment variables. Nothing new to learn.createServer() helper reduces a new tool to ~15 lines of TypeScript. Scaffold a custom server in 30 seconds.Requirements: Node.js 18+ or Python 3.10+
This runs the interactive setup wizard. Pick your servers, paste your credentials, and get a ready-to-paste config block for Claude Code / Cursor.
After mcp init, copy the generated block into your .claude/mcp.json:
That's it. Restart Claude Code and your agent now has full access to all three.
| Server | Install | What it does |
|---|---|---|
mcp-code-search | npx mcp-code-search | Semantic + keyword search across your codebase |
mcp-database | npx mcp-database | Natural language queries for Postgres, MySQL, SQLite |
mcp-docs | npx mcp-docs | Index and query local Markdown, Notion, or any URL |
mcp-openapi | npx mcp-openapi | Browse and call endpoints from any OpenAPI spec |
mcp-git | npx mcp-git | Query commits, diffs, blame, and branches |
mcp-shell | npx mcp-shell | Sandboxed shell execution with allowlist controls |
All servers are independently installable β use one or all of them.
Once installed, your AI agent can use natural language to interact with your entire dev environment:
No copy-pasting. No context switching. The agent just knows.
Scaffold a new server in 30 seconds:
This generates:
A minimal tool looks like this:
That's the whole thing. Ship it.
Want something on this list prioritised? Open an issue and add a π.
Contributions are what make this project worth starring. Here's how to get involved:
good first issue β these are scoped small on purpose.The fastest path to a merged PR:
Each new server needs:
README.md explaining what it does and the one-line install command__tests__/packages/ list.Be excellent to each other. See CODE_OF_CONDUCT.md.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/naveenayalla1-cs50-mcp-server-toolkit)<a href="https://allmcps.com/mcp/naveenayalla1-cs50-mcp-server-toolkit"><img src="https://allmcps.com/api/badge/naveenayalla1-cs50-mcp-server-toolkit?style=directory" alt="MCP Server Toolkit on AllMCPs" /></a>