6amdev-server-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITEA_URL | No | Gitea server URL | http://localhost:3000 |
| LOG_LEVEL | No | Logging level | info |
| OLLAMA_URL | No | Ollama API URL | http://localhost:11434 |
| GITEA_TOKEN | No | Gitea API token | |
| WORKSPACE_ROOT | No | Root directory for workspace | /home/wit/workspace |
| ANTHROPIC_API_KEY | No | Claude API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| system_statusA | Get current system status including CPU, RAM, and Disk usage |
| system_processesB | List running processes, optionally filtered by name |
| system_logsC | View system logs for a specific service |
| system_uptimeA | Get system uptime and load average |
| docker_listB | List all Docker containers |
| docker_startC | Start a Docker container |
| docker_stopC | Stop a Docker container |
| docker_restartB | Restart a Docker container |
| docker_logsB | View logs from a Docker container |
| docker_execB | Execute a command inside a running container |
| docker_statsB | Show resource usage statistics for containers |
| docker_imagesC | List Docker images |
| gitea_reposC | List all repositories from Gitea |
| gitea_repo_infoC | Get detailed information about a repository |
| gitea_issuesC | List issues in a repository |
| gitea_create_issueB | Create a new issue in a repository |
| gitea_branchesA | List branches in a repository |
| ollama_listA | List all available Ollama models |
| ollama_statusA | Check if Ollama service is running |
| ollama_runC | Run a prompt with an Ollama model |
| ollama_pullA | Download/pull a new model from Ollama registry |
| ollama_infoB | Get detailed information about a specific model |
| ollama_deleteB | Delete an Ollama model |
| workspace_listB | List all projects in the workspace directory |
| workspace_treeA | Show directory tree structure of a project |
| workspace_readB | Read contents of a file in the workspace |
| workspace_writeB | Write content to a file in the workspace |
| workspace_searchC | Search for files or content in the workspace |
| workspace_gitB | Run git commands in a project directory |
| claude_askC | Ask Claude Code a question about code, architecture, or development. Returns AI-generated response. |
| claude_taskB | Give Claude Code a task to complete (e.g., write code, refactor, fix bug). Claude will modify files directly. |
| claude_reviewB | Ask Claude Code to review code and provide feedback |
| claude_explainB | Ask Claude Code to explain how specific code or a feature works |
| claude_statusB | Check if Claude Code CLI is installed and working |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Server Status | Real-time server metrics (CPU, RAM, Disk) |
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/6amdev/6amdev-server-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server