MCP Server Framework
by tim-akkio
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | Yes | Path to the src directory, required for the server to find the package modules (e.g., /path/to/mcp-server/src). | |
| MCP_LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| MCP_SERVER_NAME | No | Display name for the server | mcp-server |
| MCP_ALLOWED_PATHS | No | Comma-separated absolute paths for file tools. Required if using file operation tools. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| echoB | |
| echo_uppercaseA | |
| echo_reverseA | |
| get_current_timeA | |
| parse_timestampA | |
| get_timestampA | |
| time_differenceB | |
| list_directoryA | |
| read_fileA | |
| get_file_infoA | |
| get_allowed_pathsB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/tim-akkio/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server