Open-source, self-hosted AI workspace for local and open-weight LLMs with vLLM, LiteLLM, autonomous agents, MCP tools, deep research, artifacts, and BYOK.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"openmake_llm": {
"command": "npx",
"args": [
"-y",
"openmake/openmake_llm"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add openmake_llm npx -y openmake/openmake_llm
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"openmake_llm": {
"command": "npx",
"args": [
"-y",
"openmake/openmake_llm"
]
}
}
}
📋 Copy
Topics
ai-agent ai-assistant ai-workspace deep-research discord-bot docker homelab litellm local-llm mcp model-context-protocol multi-agent nextjs open-source open-weight