Use AppTide in VS Code
Add the AppTide MCP server to your VS Code workspace. Read app state, keyword rankings, and competitor context inside VS Code agent sessions without switching tools.
Config
Create .vscode/mcp.json
VS Code uses the servers key with "type": "http". The API key is read from APPTIDE_API_KEY in your environment.
{
"servers": {
"apptide": {
"type": "http",
"url": "https://apptide.xyz/api/mcp",
"headers": {
"Authorization": "Bearer ${env:APPTIDE_API_KEY}"
}
}
}
}Setup
Five steps to connect
Get an API key
Sign in to your AppTide workspace, open the Developer center, and generate an API key.
Export the key in your shell profile
Add export APPTIDE_API_KEY=atd_live_your_key to your ~/.zshrc or ~/.bashrc and run source ~/.zshrc. The config reads it from the environment so nothing sensitive is committed.
Create .vscode/mcp.json in your workspace root
Paste the JSON block above into .vscode/mcp.json. VS Code uses the "servers" key with a "type": "http" field.
Open the MCP panel in VS Code
Open the Command Palette (⌘⇧P), search for MCP, and select "MCP: Start Server". Choose apptide from the list.
Verify tools are loaded
Start a GitHub Copilot agent session or open the MCP panel. If list_applications and the other AppTide tools appear, setup is complete.
Available tools
What VS Code can call
Example prompts
Things to try first
Other clients
The same AppTide MCP server works across all major AI development tools.