Working with AI Tools (MCP)
Ticos exposes a standard MCP server through @ticos/cli mcp, so AI coding tools can discover and call platform capabilities directly.
Minimum setup
npx -y @ticos/cli mcpClaude Desktop
Add this to claude_desktop_config.json:
{ "mcpServers": { "ticos": { "command": "npx", "args": ["-y", "@ticos/cli", "mcp"], "env": { "TICOS_API_URL": "http://localhost:2858" } } }}Cursor
In Settings > Features > MCP, add a command server:
- Name:
Ticos - Command:
npx -y @ticos/cli mcp
Usage guidance
- Verify the
mcpcommand locally before wiring it into your IDE. - Start with read-only operations, then allow write operations gradually.
- Use dedicated API keys per environment in production.