Skip to main content
Glama

Seam MCP Server

by keithah
INSTALL.md1.12 kB
# Installation Instructions for Claude Desktop ## Quick Install 1. **Clone and build the server:** ```bash cd ~/src/seam-mcp npm install npm run build ``` 2. **Add to Claude Desktop config:** **macOS:** Edit `~/Library/Application Support/Claude/claude_desktop_config.json` **Linux:** Edit `~/.config/Claude/claude_desktop_config.json` Add this configuration: ```json { "mcpServers": { "seam": { "command": "node", "args": [ "/home/keith/src/seam-mcp/.smithery/stdio/index.cjs", "seamApiKey=seam_Uc2Wd2Zo_7bjgze3JdhMRw8Cwwdi8rWNt" ] } } } ``` 3. **Restart Claude Desktop** 4. **Test it:** - Ask Claude: "List all my smart locks" - Ask Claude: "Create access code 1234 named 'Test Code' on all my locks" ## Verified Working This server has been tested locally and successfully: - ✅ Lists all 7 locks (SEA Studio, SF Front, SEA Back Storage, etc.) - ✅ Lock/unlock operations - ✅ Access code creation and management - ✅ Location-based filtering All tools work perfectly when run locally!

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/keithah/seam-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server