Skip to main content
Glama
6amdev

6amdev-server-mcp

Official
by 6amdev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITEA_URLNoGitea server URLhttp://localhost:3000
LOG_LEVELNoLogging levelinfo
OLLAMA_URLNoOllama API URLhttp://localhost:11434
GITEA_TOKENNoGitea API token
WORKSPACE_ROOTNoRoot directory for workspace/home/wit/workspace
ANTHROPIC_API_KEYNoClaude 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

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Server StatusReal-time server metrics (CPU, RAM, Disk)

Latest Blog Posts

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