Archon OS provides AI coding assistants with custom knowledge and task management. It exposes tools for knowledge storage, retrieval, and task orchestration. Connects to GitHub for version control and integrates with AI agents for task automation. Developers use it to build AI assistants that manage complex coding workflows.
Archon OS provides AI coding assistants with custom knowledge and task management. It exposes tools for knowledge storage, retrieval, and task orchestration. Connects to GitHub for version control and integrates with AI agents for task automation. Developers use it to build AI assistants that manage complex coding workflows.
pip install ArchonAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"coleam00-archon-github": {
"command": "uvx",
"args": [
"pip install Archon"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Archon?"
API Key Required
This server requires an API key from Archon. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ARCHON_API_KEY | Yes | Your Archon API key |
"What resources are available in Archon?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Archon"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Archon 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.