Ed
БесплатноНе проверенAn ed(1)-inspired MCP server that provides a single-character command protocol for managing Git repositories, GitHub actions, and Fravia web searches. It is opt
Описание
An ed(1)-inspired MCP server that provides a single-character command protocol for managing Git repositories, GitHub actions, and Fravia web searches. It is optimized to minimize LLM token usage while performing version control and search tasks through concise POSIX shell scripts.
README
ed(1)-driven MCP server for git, gh, and fravia search.
Single-character command protocol. Minimal LLM output tokens.
Protocol
FORMAT: <script>:<sequence>
SCRIPTS:
g = git (local)
h = gh (GitHub)
s = search (fravia)
? = help
EXAMPLES:
g:icp = git init, commit, push
h:np = gh new repo, pr
s:1t = search phase 1, topic
? = prints "?"
Commands
git (g)
| Char | Command |
|---|---|
| i | git init |
| a | git add -A |
| c | git commit -s |
| p | git push |
| b | git branch |
| s | git status |
| l | git log |
gh (h)
| Char | Command |
|---|---|
| n | gh repo create |
| c | gh repo clone |
| p | gh pr create |
| i | gh issue create |
| s | gh repo sync |
| f | gh repo fork |
search (s)
| Char | Meaning |
|---|---|
| 1-8 | Fravia phase S1-S8 |
| t | Set topic |
| e | Select engine |
| c | Set codes |
Installation
cd ed-mcp
bun install
Usage
bun run start
MCP Configuration
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"ed-mcp": {
"command": "bun",
"args": ["run", "start"],
"cwd": "/path/to/ed-mcp"
}
}
}
Philosophy
- ed(1) command convention
- Single-character responses
- Minimal output tokens
- POSIX sh scripts
License
BSD-2-Clause
Установка Ed
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ludoplex/ed-mcpFAQ
Ed MCP бесплатный?
Да, Ed MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ed?
Нет, Ed работает без API-ключей и переменных окружения.
Ed — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ed в Claude Desktop, Claude Code или Cursor?
Открой Ed на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Ed with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
