Skip to main content
Glama
21967201

MCP Enhanced Server

by 21967201

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHTTP host127.0.0.1
MCP_PORTNoHTTP port3000
MCP_TRANSPORTNoTransport: stdio or httpstdio
MCP_AUTH_TOKENNoBearer token for auth (optional)

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
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_fileA

Read the contents of a file from the local filesystem

write_fileA

Write content to a file on the local filesystem. DESTRUCTIVE - overwrites existing files.

list_directoryA

List the contents of a directory

delete_fileA

Delete a file from the local filesystem. DESTRUCTIVE and NON-IDEMPOTENT.

search_codeB

Search for a pattern in code files using regex

run_commandB

Execute a shell command. DESTRUCTIVE operation with side effects.

confirm_actionA

Request user confirmation before a destructive or important action.

request_inputA

Request additional input from the user during tool execution.

task_statusB

Get the status of an async task

task_cancelA

Cancel a running async task

task_listA

List all tasks and their statuses

batch_processB

Start a batch processing task. Returns a task ID for polling.

get_weatherA

Get current weather data for a location

system_infoB

Get system information

list_available_resourcesA

List all available MCP resources as resource links

Prompts

Interactive templates invoked by user choice

NameDescription
code_reviewReview code for quality, bugs, and improvements
explain_codeExplain what a piece of code does
generate_testsGenerate unit tests for the given code
debug_errorDebug an error in code

Resources

Contextual data attached and managed by the client

NameDescription
server-infoInformation about this MCP server
config-infoCurrent server configuration and environment

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/21967201/mcp-enhanced-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server