Connect Milens to
Any AI Coding Agent.

Adapter packs with pre-built MCP server configs and agent instructions for Claude Code, OpenCode, Codex, Cursor, GitHub Copilot, Gemini, and Zed. One install, any harness.

Pick your harness. Keep your workflow.

Each adapter includes the full MCP server config in the format your agent expects. Full support means all 43 tools, 6 hooks, and 8 skills. Partial means growing — adapters updated weekly.

Claude Code Full
Config: .claude/mcp.json
{ "mcpServers": { "milens": { "command": "milens", "args": ["serve", "-p", "."] } } }

Deepest integration. All 43 tools, 6 hooks, 8 skills, full learning pipeline. Native MCP protocol support with zero latency. Also installable via /plugin marketplace add fuze210699/milens then /plugin install milens.

OpenCode Full
Config: opencode.json
{ "mcp": { "milens": { "type": "local", "command": ["milens", "serve", "-p", "."] } } }

Native MCP config in opencode.json. AGENTS.md auto-generated with full codebase context. Full tool access with no adapter layer needed.

Codex Full
Config: .codex/config.json
{ "mcpServers": { "milens": { "command": "milens", "args": ["serve", "-p", "."] } } }

App + CLI parity. Shared skills and commands across desktop and terminal. Full tool access via native MCP protocol.

Cursor Full
Config: .cursorrules
{ "mcpServers": { "milens": { "command": "milens", "args": ["serve", "-p", "."] } } }

OSS config compatibility. Reads .cursorrules alongside AGENTS.md. Full tool access with Cursor's native MCP support.

GitHub Copilot Partial
Config: .github/copilot-instructions.md
# MCP Configuration milens serve -p . # Add to VS Code settings.json: # "github.copilot.mcp.servers"

30+ tools available via adapter layer. Growing support for full MCP protocol. Instructions file with setup guide included.

Gemini Partial
Config: .gemini/config.json
{ "mcp": { "milens": { "command": "milens", "args": ["serve", "-p", "."] } } }

Adapter pack available with CLI tool access. MCP protocol support with ~25 tools. Expanding with each Gemini release.

Zed Partial
Config: .zed/settings.json
{ "context_servers": { "milens": { "command": "milens serve -p ." } } }
} }

MCP protocol support via settings. ~20 tools available. Adapter under active development — full support targeted for Q3 2026.

Don’t see your harness?
Contribute an adapter pack.

Milens supports any MCP-compatible agent. If your preferred coding assistant speaks MCP, Milens can connect to it. Submit a PR with your adapter pack and we'll ship it within 48 hours.