https://github.com/strawgate/py-mcp-collection
Assorted Python MCP Servers
https://github.com/strawgate/py-mcp-collection
Last synced: 3 months ago
JSON representation
Assorted Python MCP Servers
- Host: GitHub
- URL: https://github.com/strawgate/py-mcp-collection
- Owner: strawgate
- License: apache-2.0
- Created: 2025-05-20T23:27:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T00:43:40.000Z (3 months ago)
- Last Synced: 2025-07-28T02:31:12.708Z (3 months ago)
- Language: HTML
- Size: 3.07 MB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **py-mcp-collection** - Assorted Python MCP Servers `html` `mcp` `server` `python` `git clone https://github.com/strawgate/py-mcp-collection` (🤖 AI/ML)
- awesome-mcp-servers - **py-mcp-collection** - Assorted Python MCP Servers `html` `mcp` `server` `python` `git clone https://github.com/strawgate/py-mcp-collection` (AI/ML)
README
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](./filesystem-operations-mcp/README.md) | Performs bulk file read, preview and search operations and provides code and text summarization options to help find relevant files. | ✅ |
| [📚 Local References](./local-references-mcp/README.md) | Allows exposing existing documentation in the project as "Best Practices" or "How To" guides / etc to the AI Coding Assistant. | ✅ |
| [🔍 Doc Store Vector Search](./doc-store-vector-search-mcp/README.md) | Allows storing and searching documents in a vector store. | 🚧 |
| [🎤 MCP Oops](./mcp-oops/README.md) | Allows modifying the behavior of someone else's MCP Server. | 🚧 |
| MCP Libraries | Why it's neat | Status |
|------------|-------------|--------|
| [🔧 MCP Utils](./mcp-utils/README.md) | 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](./mcp-oops/README.md).
## 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](./filesystem-operations-mcp/README.md).
## 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](./local-references-mcp/README.md).
There are additional MCP servers under development:
- Doc Store Vector Search