Personal Copilot workspace for custom agents, skills, and MCP server workflows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"copliot-workspace": {
"command": "npx",
"args": [
"-y",
"xbhel/copliot-workspace"
]
}
}
}
Run in terminal:
claude mcp add copliot-workspace npx -y xbhel/copliot-workspace
Add to .cursor/mcp.json:
{
"mcpServers": {
"copliot-workspace": {
"command": "npx",
"args": [
"-y",
"xbhel/copliot-workspace"
]
}
}
}