Skip to main content

Prerequisites

  • GitHub Copilot CLI installed
  • CORE account (sign up at core.heysol.ai)

Step 1: Configure CORE MCP Server

Add the following to your ~/.copilot/mcp-config.json file:
{
  "mcpServers": {
    "core": {
      "type": "http",
      "url": "https://core.heysol.ai/api/v1/mcp?source=Copilot-CLI",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Step 2: Generate API Key

  1. Log in to your CORE dashboard at core.heysol.ai
  2. Navigate to SettingsAPI Key
  3. Click Generate new key
  4. Name it “copilot-cli”
  5. Copy the generated API key
  6. Replace YOUR_API_KEY in the configuration above with your actual API key

Step 3: Verify Connection

Test your setup to ensure everything is working correctly:
  1. Test memory search: Ask Copilot CLI: Can you search my memory for [something you've previously stored]?
  2. Check connection status: Verify that core appears in your MCP servers list
  3. Test operations: Ask Copilot CLI to store and retrieve information across sessions

Troubleshooting

Connection Issues:
  • Verify your API key is correct and not expired
  • Ensure the mcp-config.json file is properly formatted
  • Restart Copilot CLI after configuration changes
  • Check that you’re logged into your CORE account

Need Help?

Join our Discord community and ask questions in the #core-support channel. Our team and community members are ready to help you get the most out of CORE’s memory capabilities.