lawrencehui/Citio
Self-hosted AI teammate in Slack: @mention it and Claude Code or Codex investigates CloudWatch logs, runs tests, and opens pull requests. The bundled MCP server holds all credentials (GitHub, AWS, Slack) so the agent never sees keys. One-command deploy to your own AWS. MIT.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"Citio": {
"command": "npx",
"args": ["-y", "Citio"]
}
}
}Related in Coding Agents
oraios/serena
A fully-featured coding agent that relies on symbolic code operations by using language servers.
wonderwhy-er/DesktopCommanderMCP
A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files.
shashankss1205/codegraphcontext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.
aymericzip/intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.
sipyourdrink-ltd/bernstein
Deterministic multi-agent orchestrator for 37 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, GitHub Copilot CLI, OpenHands, OpenCode, Goose, Qwen, Ollama, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. Apache 2.0.
louis030195/terminator-mcp-agent
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots. Supports workflow recording, structured data extraction, and browser DOM inspection.