Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INFER_MCP_CONFIG | No | JSON string containing configuration | |
| INFER_MCP_CONFIG_PATH | No | Path to JSON configuration file |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sshExecute | Execute a command on a remote server via SSH |
| dbQuery | Execute a SQL query on a PostgreSQL database |
| trainClassifier | Run classifier training commands on a remote host via SSH |