Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Port used for SSE mode. | 8432 |
| DATABASE_URL | No | PostgreSQL DSN for the database connection. | postgresql://mcp_commands:mcp_commands@localhost:5432/mcp_commands |
| MCP_TRANSPORT | No | Transport mode, either 'stdio' or 'sse'. | stdio |
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 |
|---|---|
| log_command_tool | |
| get_history_tool | |
| get_stats_tool | |
| search_commands_tool | |
| delete_command_tool | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |