Skip to main content
Glama

Stadia Maps Location API MCP Server

warp-setup.md704 B
# Warp Setup To set up an MCP in [Warp](https://www.warp.dev/), follow these steps: * Open the Settings panel * Select the AI tab and click "Manage MCP Servers" * Fill out the missing pieces in the JSON template The JSON format is almost identical to Claude Desktop. As before, you'll need the full path to the nodejs executable, and the built MCP server: ```json { "stadiamaps": { "command": "/path/to/node", "args": [ "/path/to/stadiamaps-mcp-server-ts/build/index.js" ], "env": { "API_KEY": "YOUR-API-KEY" }, "working_directory": null, "start_on_launch": true } } ``` Here's an example session: ![A screenshot of a Warp workflow](warp-screenshot.png)

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/stadiamaps/stadiamaps-mcp-server-ts'

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