Orc8 is a dynamic orchestration library for AI agents. It enables agents to call MCP servers, manage workflows, and coordinate tasks. It connects to various MCP servers and provides tools for agent-to-agent communication. Developers use it to build complex, multi-agent systems with modular, reusable components.
Orc8 is a dynamic orchestration library for AI agents. It enables agents to call MCP servers, manage workflows, and coordinate tasks. It connects to various MCP servers and provides tools for agent-to-agent communication. Developers use it to build complex, multi-agent systems with modular, reusable components.
npx -y orc8Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"orc8-npm": {
"command": "npx",
"args": [
"-y",
"npx -y orc8"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from orc8?"
No configuration required. This server works out of the box.
"What resources are available in orc8?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in orc8"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in orc8 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.