Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| insp_tools_list | List all tools exposed by an MCP server. Connects, lists tools, and disconnects. |
| insp_tools_call | Call a tool on an MCP server. Connects, calls the tool, and disconnects. |
| insp_resources_list | List all resources exposed by an MCP server. |
| insp_resources_read | Read a specific resource from an MCP server. |
| insp_resources_templates | List resource templates exposed by an MCP server. |
| insp_prompts_list | List all prompts exposed by an MCP server. |
| insp_prompts_get | Get a specific prompt from an MCP server. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |