Master of Ceremonies — unified issue management CLI + MCP server for Linear, GitHub, Jira
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"emcee": {
"command": "go",
"args": [
"run",
"github.com/dpopsuev/emcee@latest"
]
}
}
}
Run in terminal:
claude mcp add emcee go run github.com/dpopsuev/emcee@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"emcee": {
"command": "go",
"args": [
"run",
"github.com/dpopsuev/emcee@latest"
]
}
}
}