Opcode is a GUI app and toolkit for Claude Code. It lets developers create custom AI agents, manage interactive Claude Code sessions, and run secure background agents. It connects to Claude Code's API and provides tools for agent development and session management. Developers use it to build and deploy custom AI agents.
Opcode is a GUI app and toolkit for Claude Code. It lets developers create custom AI agents, manage interactive Claude Code sessions, and run secure background agents. It connects to Claude Code's API and provides tools for agent development and session management. Developers use it to build and deploy custom AI agents.
npx -y opcodeAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"winfunc-opcode-github": {
"command": "npx",
"args": [
"-y",
"npx -y opcode"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from opcode?"
API Key Required
This server requires an API key from opcode. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| OPCODE_API_KEY | Yes | Your opcode API key |
"What resources are available in opcode?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in opcode"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in opcode with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.