Quack MCP Server
@nowucca
About Quack MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quack-mcp-server": {
"command": "python3",
"args": [
"quack.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Quack MCP Server?
Quack MCP Server is a continuous integration server built as an MCP server that automates code analysis and testing for Python code. It provides tools for linting (using pylint) and static type analysis (using mypy). It is intended for developers who want to integrate automated Python code quality checks into their workflow via the Model Context Protocol.
How to use Quack MCP Server?
Install dependencies from requirements.txt, then start the server with python3 quack.py (default stdio transport) or with --sse flags for HTTP communication. Alternatively, run via Docker with docker run -p 8000:8000 quack-mcp-server. The server exposes MCP tools such as submit_code, submit_code_for_linting, submit_code_for_static_analysis, get_job_results, and list_jobs. Tests can be run with pytest.
Key features of Quack MCP Server
- Linting Python code with pylint for style and quality.
- Static type analysis with mypy to catch type errors.
- Asynchronous job processing for concurrent analyses.
- Job management tools for submission and result retrieval.
- Support for both stdio and SSE transport modes.
- Docker container support for easy deployment.
- Integration with Cline for code analysis via natural language prompts.
Use cases of Quack MCP Server
- Automate linting checks on Python code submissions in a CI pipeline.
- Perform static type checking on Python functions to catch type mismatches.
- Integrate code analysis into an MCP-enabled assistant (e.g., Cline) for real‑time feedback.
- Test and validate custom analysis processors by adding them to the processor framework.
FAQ from Quack MCP Server
What dependencies does Quack MCP Server require?
The required dependencies are: mcp[cli], pylint, mypy, pytest, and pytest-asyncio.
What transport protocols does Quack MCP Server support?
Quack MCP Server supports stdio (default) and SSE (Server‑Sent Events) over HTTP. When running in a Docker container, SSE mode is used automatically on port 8000.
How do I run Quack MCP Server in a Docker container?
Build the image with docker build -t quack-mcp-server . and run with docker run -p 8000:8000 quack-mcp-server. The server starts in SSE mode on port 8000.
Can I integrate Quack MCP Server with Cline?
Yes. Configure Cline’s MCP settings file (cline_mcp_settings.json) with either a local stdio command or an SSE URL to the running Quack server. Then Cline can invoke the server’s analysis tools.
How do I add a new processor to Quack MCP Server?
Create a new processor class in quack/processors/, implement the process method, register it in the server, and add tests in tests/processors/. Example code is provided in tests/examples/.
Frequently asked questions
What dependencies does Quack MCP Server require?
The required dependencies are: `mcp[cli]`, `pylint`, `mypy`, `pytest`, and `pytest-asyncio`.
What transport protocols does Quack MCP Server support?
Quack MCP Server supports stdio (default) and SSE (Server‑Sent Events) over HTTP. When running in a Docker container, SSE mode is used automatically on port 8000.
How do I run Quack MCP Server in a Docker container?
Build the image with `docker build -t quack-mcp-server .` and run with `docker run -p 8000:8000 quack-mcp-server`. The server starts in SSE mode on port 8000.
Can I integrate Quack MCP Server with Cline?
Yes. Configure Cline’s MCP settings file (`cline_mcp_settings.json`) with either a local stdio command or an SSE URL to the running Quack server. Then Cline can invoke the server’s analysis tools.
How do I add a new processor to Quack MCP Server?
Create a new processor class in `quack/processors/`, implement the `process` method, register it in the server, and add tests in `tests/processors/`. Example code is provided in `tests/examples/`.
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcoco不止于 CSS

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
Comments