loading…
Search for a command to run...
loading…
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.
ed(1)-driven MCP server for git, gh, and fravia search.
Single-character command protocol. Minimal LLM output tokens.
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 "?"
| 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 |
| 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 |
| Char | Meaning |
|---|---|
| 1-8 | Fravia phase S1-S8 |
| t | Set topic |
| e | Select engine |
| c | Set codes |
cd ed-mcp
bun install
bun run start
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"ed-mcp": {
"command": "bun",
"args": ["run", "start"],
"cwd": "/path/to/ed-mcp"
}
}
}
BSD-2-Clause
Run in your terminal:
claude mcp add ed-mcp -- npx Yes, Ed MCP is free — one-click install via Unyly at no cost.
No, Ed runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open Ed on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.