charlotteonthecheap mcp for VS Code
io.github.chrischall/charlotteonthecheap-mcp
Charlotte On The Cheap MCP — free and cheap Charlotte events, deals and local guides
client:VS Code
transport:stdio
runtime:npm
Install charlotteonthecheap mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "cotc-base-url",
"description": "COTC_BASE_URL",
"password": true
}
],
"servers": {
"charlotteonthecheap-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"charlotteonthecheap-mcp"
],
"env": {
"COTC_BASE_URL": "${input:cotc-base-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs