Connect VS Code to the Future AGI platform via the Model Context Protocol (MCP).
This extension registers the Future AGI MCP server with VS Code, enabling natural language interaction with:
- Evaluations — Run, compare, and analyze LLM evaluations
- Datasets — Create, manage, and query datasets
- Observability — Search traces, spans, and error analysis
- Prompt Optimization — Optimize prompts using various algorithms
- Agents & Simulation — Manage agents, scenarios, and test runs
- Annotations — Human annotation tasks and review workflows
- Install the extension from the VS Code Marketplace
- Open GitHub Copilot Chat and the Future AGI MCP tools will be available
- OAuth login opens in your browser automatically — no API keys needed
Alternatively, add to .vscode/settings.json:
{
"mcp.servers": {
"futureagi": {
"type": "http",
"url": "https://api.futureagi.com/mcp"
}
}
}