home / mcp / mcp server framework
Provides a general-purpose MCP server with echo, time, and file tools for Claude tools and desktop/code integrations.
Configuration
View docs{
"mcpServers": {
"akkiotim-mcp-server": {
"command": "python",
"args": [
"-m",
"mcp_server.server"
],
"env": {
"PYTHONPATH": "/full/path/to/mcp-server/src",
"MCP_LOG_LEVEL": "INFO",
"MCP_SERVER_NAME": "mcp-server",
"MCP_CUSTOM_VAR_*": "<MCP_CUSTOM_VAR_*>",
"MCP_ALLOWED_PATHS": "/Users/you/Documents"
}
}
}
}Echo back a message
Echo in uppercase
Echo reversed
Return current UTC time
Return current Unix timestamp
Convert a timestamp to a human-readable format
Calculate the difference between two timestamps
List contents of a directory
Read file contents
Get file or directory metadata
Show configured allowed paths