Editor • 3 min • Streamable HTTP
Connect VS Code (GitHub Copilot)
to the live web.
GitHub Copilot's agent mode in VS Code supports MCP servers via the `mcp` setting. Add NeuroAPI and Copilot can call live web tools alongside its built-in code edits.
Config location
.vscode/mcp.json (workspace) or settings.json (user)
Setup in 3 min
- 1Create .vscode/mcp.json
At the workspace root. Copilot picks it up on next chat turn.
- 2Paste the server block
Use the snippet below. Replace YOUR_KEY.
- 3Enable in chat
In Copilot Chat, switch to Agent mode. The tools picker now lists neuroapi_*.
.vscode/mcp.json
json
{
"servers": {
"neuroapi": {
"type": "http",
"url": "https://neuroapi.me/api/nk_live_YOUR_KEY/mcp"
}
}
}First prompts to try
Use neuroapi_scrape to pull this RFC and rewrite my types/feature.ts to match.
More clients
Ship an agent that sees the web
100 free credits, no card. Your MCP URL is ready the moment you sign up.