ideon mcp serve
What This Command Does
ideon mcp serve starts Ideon's MCP server over stdio so an MCP client can call Ideon tools.
Usage
ideon mcp serve
Transport and Scope
- Transport: stdio
- Intended use: local process-spawned MCP clients
- Integration scope: CLI/MCP runtimes
- Supported runtimes: claude, claude-desktop, chatgpt, gemini, codex, cursor, vscode, opencode, generic-mcp
Available Tools
ideon_writeideon_write_resumeideon_deleteideon_linksideon_config_getideon_config_setideon_config_listideon_config_unset
Output and Exit Codes
| Exit code | Meaning |
|---|---|
0 | Server exited cleanly. |
1 | Server failed to start or encountered a runtime error. |
130 | Command interrupted by Ctrl+C. |
Related Commands
Versioning and Deprecation Notes
- Current behavior applies to Ideon
0.1.6. - Tool contracts are validated by the integration sync check.