Add an MCP server
- Resources → appear under
sources/ - Tools → appear under
tools/
Configuration options
| Option | Description |
|---|---|
--name | Identifier for the server (used in paths) |
--command | Command to start the server |
--env | Environment variables (can specify multiple) |
--args | Additional arguments to pass |
Config file
MCP servers are stored in~/.airstore/config.yaml:
airstore mcp add.
Example: Custom CRM
Add a CRM MCP server:Example: Internal API
Wrap an internal API with an MCP server:Managing MCP servers
Building MCP servers
MCP servers follow the Model Context Protocol specification. A minimal server:Troubleshooting
Server won’t start Check the command works standalone:resources/list:
--env for each variable or set them in config.yaml.