Skip to main content
Glama
Amana03

Universal MCP Server

by Amana03

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_MODENoServer mode: 'stdio' for Claude Desktop or 'http' for OpenAI/web integrationstdio
MCP_API_KEYNoAPI key for authentication in HTTP mode (optional but recommended for production)
MCP_HTTP_HOSTNoHost address for HTTP mode0.0.0.0
MCP_HTTP_PORTNoPort number for HTTP mode3000

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
write_fileC

Write content to a file

delete_fileC

Delete a file

search_filesC

Search for files containing specific text

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
File ResourceRead a file by key
File ListList all available files

TDQS

B3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: delete_file removes files, search_files finds files based on content, and write_file creates or modifies files. There is no overlap in functionality, making it easy for an agent to select the correct tool without confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (delete_file, search_files, write_file) using snake_case throughout. This predictability enhances readability and usability for agents.

Tool Count3/5

With only 3 tools, the server feels thin for a 'Universal MCP Server' name, suggesting it might lack broader functionality. However, for basic file operations, the count is borderline but manageable, as it covers core actions without being excessive.

Completeness2/5

The tool set is significantly incomplete for file operations, missing essential actions like read_file or list_files, which are critical for a comprehensive file management system. This gap will likely cause agent failures when trying to access or list file contents.

Maintenance

ActivityInactive
ResponsivenessNo issues