Install
The MCP server uses the Streamable HTTP transport. Most clients support it directly
via a URL key. Claude Desktop requires the mcp-remote bridge package.
Claude Desktop
Add the following to your Claude Desktop config file.
On macOS the config lives at ~/Library/Application Support/Claude/claude_desktop_config.json.
On Windows the config lives at %APPDATA%\Claude\claude_desktop_config.json.
{
"mcpServers": {
"valet-parking-directory": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.getvaletparking.com/mcp"
]
}
}
}
Cursor
Add the following to your Cursor MCP config.
Global config: ~/.cursor/mcp.json.
Project config: .cursor/mcp.json at the project root.
{
"mcpServers": {
"valet-parking-directory": {
"url": "https://api.getvaletparking.com/mcp"
}
}
}
Continue
Add the following to your Continue config at .continue/config.yaml.
mcpServers:
- name: valet-parking-directory
type: streamable-http
url: https://api.getvaletparking.com/mcp
Cline
Add the following entry to your Cline MCP server configuration.
{
"mcpServers": {
"valet-parking-directory": {
"url": "https://api.getvaletparking.com/mcp",
"disabled": false,
"autoApprove": []
}
}
}
ChatGPT
Open ChatGPT Settings, then Apps and Connectors, then Add.
Enter Name: valet-parking-directory.
Enter URL: https://api.getvaletparking.com/mcp.
This requires ChatGPT Pro, Team, Enterprise, or Edu.
Steps may vary; refer to current ChatGPT documentation.