The control plane for your team's AI tools — share MCP servers, knowledge bases, analytics, and a built-in dashboard
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"opalserve": {
"command": "npx",
"args": [
"-y",
"adityaidev/opalserve"
]
}
}
}
Run in terminal:
claude mcp add opalserve npx -y adityaidev/opalserve
Add to .cursor/mcp.json:
{
"mcpServers": {
"opalserve": {
"command": "npx",
"args": [
"-y",
"adityaidev/opalserve"
]
}
}
}