Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
install_repo_mcp_server | Install an MCP server via pip or npm.
Args:
name: The package name of the MCP server
args: The arguments to pass along
env: The environment variables to set, delimited by = |
install_local_mcp_server | Install an MCP server from a local directory.
Args:
path: The path to the MCP server code cloned on your computer
args: The arguments to pass along
env: The environment variables to set, delimited by = |