MCP server
Connect CodeWords to Claude, ChatGPT, or your editor. Describe the job where you already work, and it builds, deploys, and runs the agent. It keeps running after the chat ends.
https://runtime.codewords.ai/run/devx_mcp/mcpLive. It runs every morning at 08:00 and posts the recovery list to #billing.
What your client can do
Start from a template or a blank service, edit the code, and check it before it ships.
search_templates · edit_service · validate_service · view_service_code · consult_docs
Push a service live, keep every saved version, and switch between them without redeploying.
deploy_service · list_user_services · list_service_implementations · set_active_implementation
Trigger a workflow, read its output and logs, or stop it mid-run.
run_workflow · get_workflow_output · get_workflow_logs · get_workflow_requests · cancel_workflow · run_code
Store API keys and tokens once in CodeWords so agents never paste them into code.
list_user_secrets · get_user_secret · set_user_secret · delete_user_secret
Connect your client
Pick your client. Authentication is OAuth, so there is no API key to paste and you can revoke access from CodeWords at any time.
Install from the Claude directory in one click, or add CodeWords as a custom connector with the server URL.
https://runtime.codewords.ai/run/devx_mcp/mcpThings to try
Copy any of these into your connected client and watch it build.
Good to know
Your client signs in with OAuth, so there is no API key to paste. You can revoke the connection from your CodeWords settings whenever you like.
Manage accessTalking to CodeWords through your client is free. When an agent runs, it uses credits from your plan, exactly as it would from the CodeWords app.
How credits workAnything you build through MCP shows up in CodeWords. Keep editing it with Cody, watch its runs, and change its schedule there.
Open CodeWordsFAQ
It is a remote Model Context Protocol server that lets an AI client such as Claude, ChatGPT, Claude Code, or Cursor build, deploy, and run CodeWords agents. The client sends tool calls to CodeWords, and the agent it builds stays deployed and keeps running after the chat ends.
Prefer the API directly? See the developer resources.
Connect in a minute
Point your AI client at CodeWords and ask for the agent you need. It ships and keeps running.