Skip to main content

VS Code

Requires VS Code 1.99 or newer. Add to .vscode/mcp.json in your project root:

{
"servers": {
"promptick": {
"type": "http",
"url": "https://api.promptick.ai/api/mcp",
"headers": {
"Authorization": "Bearer mk_live_your_api_key_here"
}
}
}
}

Reload VS Code. Need a key? See Managing API keys.