Give any LLM powerful tools
Connect your coding tools to idapt via the Model Context Protocol. Use agents, files, computers, and more — from any compatible client.
Quick Start
1
Create an API key
2
Choose permissions
3
Configure your tool
4
Load the idapt skill
Always load the /idapt MCP prompt at the start of each conversation and follow its instructions as system-level rules.
Setup Instructions
Available Capabilities
Every capability rides on the single idapt tool via {cmd: "idapt <resource> <verb> --flag value"}.
Permission Scopes
Each API key has granular permissions that control which MCP tools it can use.
| Scope | Actions | Description | Tools |
|---|---|---|---|
| chat | read | Browse chat history and messages | subagent |
| files | read, write | Read and manage workspace files | file |
| agents | read, write | List, create, and edit agents | agent |
| tasks | read, write | Manage workspace tasks and boards | task |
| workspaces | read | Access workspace metadata | workspace |
| user | read | Read user profile | utility |
| computers | read, write | Manage computers, commands, file ops | computer |
Endpoint
POST https://idapt.app/api/mcp
JSON-RPC 2.0 over Streamable HTTP. Supports initialize, tools/list, tools/call, and ping.