MCP Directory
Back

ai-code-interface.el

by tninja · Emacs Lisp · ★ 245

Unified Emacs interface supporting OpenAI Codex, Antigravity CLI, Claude Code, GitHub Copilot CLI, Opencode, and more

#agile-development#ai-coding-assistant#aider#antigravity-cli#claude-code#codebuddy#codex-cli#cursor-cli#emacs#gemini-cli#ghostty#github-copilot-cli#gptel#grok-cli#harness-engineering#kiro-cli#mcp-server#openai-codex#opencode#test-driven-development

Install

git clone https://github.com/tninja/ai-code-interface.el.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ai-code-interface-el": {
      "command": "npx",
      "args": [
        "-y",
        "github:tninja/ai-code-interface.el"
      ]
    }
  }
}

Related developer tools servers