citio
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CITIO_CONFIG | No | Path to the config file | citio.yaml |
| CITIO_MEMORY | No | Memory/audit path | /memory |
| CITIO_WORKSPACE | No | Workspace path | /workspace |
| CITIO_CONFIG_B64 | No | Base64-encoded config (used by ECS, no file mount) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| investigate_codebaseB | Search the codebase for files, functions, or patterns related to a query |
| read_fileB | Read file contents from the workspace |
| write_file | Write content to a file (creates or overwrites) |
| create_branchB | Create a git branch with an isolated worktree |
| create_prB | Push branch and create a GitHub pull request |
| run_commandB | Run an allowlisted command in the workspace |
| check_ci_statusB | Check CI/CD status of a pull request |
| save_findingC | Save a finding to organizational memory for future reference |
| recall_contextC | Recall prior findings from organizational memory |
| query_logsC | Query CloudWatch logs for recent events |
| post_updateB | Record a short progress update for the current task |
| query_audit_logC | Query the recorded MCP tool audit trail |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lawrencehui/Citio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server