coding-tools-mcp
npm launcher for the coding-tools-mcp Python MCP server (PyPI). Starts the server via uvx or pipx.
pinned to #90b4697updated 2 weeks ago
Ask your AI client: “install mcps/coding-tools-mcp”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/coding-tools-mcpmetahub onboarded this repo on the author's behalf.
If you own github.com/xyTom/coding-tools-mcp on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
330
Last commit
2 weeks ago
Latest release
published
- #coding-agent
- #launcher
- #mcp
- #mcp-server
- #model-context-protocol
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: coding-tools-mcp
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.90b4697· 2 weeks ago
Kind-specific
31MCP: launch path
bin: coding-tools-mcp
MCP: @modelcontextprotocol/sdk in dependencieswarn
No @modelcontextprotocol/sdk dependency declared
Run `npm i @modelcontextprotocol/sdk` so consumers can audit your stack.
MCP: ESM package
"type": "module"
MCP: server surface
0 tools
Release history
1- releasecurrent90b4697warn2 weeks ago
Contents
npm launcher for coding-tools-mcp, the model-neutral coding-agent runtime MCP server. The server itself is a Python package published on PyPI; this package starts it through uvx (preferred) or pipx run, forwarding all arguments and stdio.
npx coding-tools-mcp --stdio --workspace /path/to/repo
Requires uv or pipx on PATH. The launcher runs the latest PyPI release; pin a specific server version with:
CODING_TOOLS_MCP_VERSION=0.1.7 npx coding-tools-mcp --stdio --workspace /path/to/repo
The launcher's own version is independent of the server version. Documentation, configuration, and issues live in the main repository.
Reviews
No reviews yet. Be the first.
Related
@remote-mcp/example
@remote-mcp/example MCP server
agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
brainstorm-mcp
MCP server for multi-round AI brainstorming debates across multiple models
mh install mcps/coding-tools-mcp