MCP Setup
Claude Desktop
Connect Claude Desktop to Shot via MCP.
Prerequisites
- Claude Desktop installed (download)
- A Shot API key (see Getting Started)
Configuration
- Open Claude Desktop
- Go to Settings (gear icon)
- Navigate to Developer and click Edit Config
- Add the following to your
claude_desktop_config.json:
{
"mcpServers": {
"shot": {
"url": "https://outofmemory.app/api/mcp",
"headers": {
"Authorization": "Bearer smc_your-api-key-here"
}
}
}
}
- Replace
smc_your-api-key-herewith your actual API key - Save and restart Claude Desktop
Verify the connection
Start a new conversation and ask:
"What tools do you have from Shot?"
Claude should list the available tools: add_memory, search_memories, get_memory, update_memory, delete_memory, and get_project_context.
Troubleshooting
- Tools not appearing? Make sure you restarted Claude Desktop after editing the config.
- Authentication errors? Verify your API key starts with
smc_and hasn't expired. Generate a new key from the dashboard if needed. - Wrong project? If your key is scoped to specific projects, memories outside that scope won't be accessible. Check key settings in the API Keys page.