Py Mcp Collection
About
Py Mcp Collection is a repository containing multiple MCP (Model Context Protocol) servers designed for AI coding assistants. It currently includes three ready-to-use servers—Filesystem Operations, Local References, and MCP Oops—along with others under development.
Details
- Author
- strawgate
- GitHub stars
- 11
- Downloads
- 194
- Categories
- Other
Jump to
- Filesystem Operations: Bulk file read, preview, search, and summarization.
- Local References: Expose project documentation as best practices.
- MCP Oops: Wrapper to modify other MCP server behavior.
- Doc Store Vector Search: Store and search documents in a vector store (🚧).
- MCP Utils: Library providing utilities for MCP servers (🚧).
Use the individual MCP servers by following their respective README files for installation and configuration instructions. The README provides links to each server’s detailed documentation.
This repository contains a collection of MCP servers that are useful for AI Coding Assistants.
Currently there are three MCP Servers ready to be used:
- 🎤 MCP Oops 🎤
- Filesystem Operations
- Local References
| MCP Server | Why it's neat | Status |
|------------|-------------|--------|
| 💾 Filesystem Operations | Performs bulk file read, preview and search operations and provides code and text summarization options to help find relevant files. | ✅ |
| 📚 Local References | Allows exposing existing documentation in the project as "Best Practices" or "How To" guides / etc to the AI Coding Assistant. | ✅ |
| 🔍 Doc Store Vector Search | Allows storing and searching documents in a vector store. | 🚧 |
| 🎤 MCP Oops | Allows modifying the behavior of someone else's MCP Server. | 🚧 |
| MCP Libraries | Why it's neat | Status |
|------------|-------------|--------|
| 🔧 MCP Utils | Provides utilities for MCP Servers. | Provides utilities for MCP Servers!! | 🚧 |
MCP Oops
This MCP Oops is a wrapper server that allows you to significantly modify the behavior of an MCP Server. It can be used to limit response sizes, host multiple MCP Servers on a single port, change tool names, descriptions, call pre/post hooks, and more.To get the started with MCP Oops, see the MCP Oops README.
Filesystem Operations
This MCP Server provides tools for performing bulk file and folder operations. It includes centralized exception handling for filesystem operations.To get the started with Filesystem Operations, see the Filesystem Operations README.
Local References
This MCP Server provides a way to reference local files and folders in the codebase. This allows you to expose existing documentation in the project as "Best Practices" or "How To" guides / etc to the AI Coding Assistant.To get the started with Local References, see the Local References README.
There are additional MCP servers under development:
- Doc Store Vector Search
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



