Bug reports and feature requests are welcome. Use the GitHub issue templates.
Keep PRs focused on a single concern. Open an issue first if the change is non-trivial.
If deepseek-mcp worked well (or badly) for a task, consider dropping a note in an issue. Real usage reports help more than synthetic benchmarks.
This package is not on PyPI. pip install "git+https://..." is standard for MCP tools and keeps the install surface minimal (no name-squatting risk, no publish overhead). If there's sustained demand, revisit.
- Zero surprise behavior — no telemetry, no phoning home, no hidden state.
- Fail visibly — errors should be clear and actionable.
- One tool, one responsibility —
deepseektakes a prompt and returns text. No file ops, no plugins. - MCP stdio only — no HTTP, no daemon, no database.