AgentcyAlpha
Integrations/LM Studio

Set up LM Studio

Run local LLMs with MCP tool support. Add Agentcy so your local models can access marketing data — combining private inference with live analytics.

SETUP
5 STEPS
  1. 01

    Sign up at app.goagentcy.com and create an API key

  2. 02

    Open LM Studio and go to the Program tab

  3. 03

    Click Install → Edit mcp.json

  4. 04

    Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key

  5. 05

    LM Studio auto-reloads when mcp.json is saved

CONFIG

path: ~/.lmstudio/mcp.json

mcp.json
{
  "mcpServers": {
    "agentcy": {
      "url": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}
Last verified: March 5, 2026Official docs
TIPS

LM Studio follows Cursor’s mcp.json format exactly. Remote MCP support requires v0.3.17+. Note: MCP servers designed for cloud models may use excessive tokens that can overwhelm local models.

EXAMPLE QUERIES
4 SAMPLES

What’s the traffic trend for aurora-fitness.com?

Show me our top search queries from Search Console

Analyze our Google Ads performance this month

Research competitors in our market niche

v1.0Need help?