A private, self-hosted workspace for AI agents with tools, memory, browser control, MCP servers and multi-provider support.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"metis-ai": {
"command": "npx",
"args": [
"-y",
"f1shyondrugs/metis-ai"
]
}
}
}
Run in terminal:
claude mcp add metis-ai npx -y f1shyondrugs/metis-ai
Add to .cursor/mcp.json:
{
"mcpServers": {
"metis-ai": {
"command": "npx",
"args": [
"-y",
"f1shyondrugs/metis-ai"
]
}
}
}