Skip to content

future-agi/futureagi-mcp-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Future AGI — VS Code MCP Extension

Connect VS Code to the Future AGI platform via the Model Context Protocol (MCP).

What it does

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

Setup

  1. Install the extension from the VS Code Marketplace
  2. Open GitHub Copilot Chat and the Future AGI MCP tools will be available
  3. OAuth login opens in your browser automatically — no API keys needed

Manual configuration

Alternatively, add to .vscode/settings.json:

{
  "mcp.servers": {
    "futureagi": {
      "type": "http",
      "url": "https://api.futureagi.com/mcp"
    }
  }
}

Links

About

VS Code extension for Future AGI MCP Server — AI evaluation, observability, and optimization platform

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors