⚙️ mcp-devtools: multi-functional development tools MCP server over SSE

Created By
daoch4na year ago
code or delegate aider over sse protocol
Overview

What is mcp-devtools?

mcp-devtools is a multi-functional development tool server that operates over the Server-Sent Events (SSE) protocol, providing a comprehensive suite of tools for Git operations and file manipulation.

How to use mcp-devtools?

To use mcp-devtools, run the server using the provided scripts for your operating system and integrate it with your AI assistant or development environment.

Linux/macOS

./server.sh -p 1337

Windows

.\server.ps1 -p 1337

Key features of mcp-devtools?

  • Extensive Git operations including status, diff, commit, and branch management.
  • General file manipulation commands such as search and replace, and writing to files.
  • Ability to execute custom shell commands within the specified repository path.

Use cases of mcp-devtools?

  1. Managing Git repositories with ease through a server interface.
  2. Automating file edits and manipulations in development workflows.
  3. Integrating with AI assistants for enhanced coding capabilities.

FAQ from mcp-devtools?

  • What programming languages does mcp-devtools support?

It is primarily designed for use with Python but can be integrated with any language that can interact with the server.

  • Is mcp-devtools free to use?

Yes! mcp-devtools is open-source and free for everyone.

  • Can I use mcp-devtools with existing projects?

Yes! It can be integrated into any project that requires Git and file manipulation functionalities.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
daoch4n
Star
0
Language
Python
License
Unlicense license
Tags

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

13 minutes ago