Universal MCP Server
by Amana03
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MODE | No | Server mode: 'stdio' for Claude Desktop or 'http' for OpenAI/web integration | stdio |
| MCP_API_KEY | No | API key for authentication in HTTP mode (optional but recommended for production) | |
| MCP_HTTP_HOST | No | Host address for HTTP mode | 0.0.0.0 |
| MCP_HTTP_PORT | No | Port number for HTTP mode | 3000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| File Resource | Read a file by key |
| File List | List all available files |
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/Amana03/universal-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server