Skip to main content
If you’re already using MCP servers, migrating to Airstore is straightforward. This guide shows how to add your existing MCPs.

Cloud users

Add MCP servers directly in the Airstore dashboard—no config files needed.

1. Go to the Tools page

In the dashboard, navigate to Tools in the sidebar. Tools page with Add MCP Server button

2. Click “Add MCP Server”

Click the Add MCP Server button in the top right corner.

3. Configure the server

Fill in the connection details: Add MCP Server modal

4. Mount and use

After adding, mount your workspace and the tool will be available:

Local / self-hosted users

This section is for users running Airstore in local mode. Cloud users should use the dashboard above.
For local deployments, MCP servers are configured in a config.local.yaml file:
After mounting, the tool appears at ~/airstore/tools/my-tool.

Migration steps

1. Identify your MCP servers

List the MCP servers you’re currently using. For each one, note:
  • The command used to start it (e.g., npx -y @modelcontextprotocol/server-filesystem)
  • Any arguments it requires
  • Environment variables it needs

2. Create config.local.yaml

Create a new config file and add each server under tools.mcp:

3. Mount and test

Verify your tools are available:

Common MCP server examples

Filesystem

Memory

GitHub

Set your token before mounting:

Custom internal tools

What changes

Learn more