Offer: Virgo is available for free to use within your infrastructure. Book a demo

Your agent is only as good as the context it can reach.

Connect Virgo to any MCP client and your agents pull the decisions, conventions, and history behind your code, then save what they learn for the next session.

  • Claude Code
  • ChatGPT
  • Codex
  • Copilot
  • Cursor
  • Windsurf
  • JetBrains
  • Any MCP client
  • Your own agent

One endpoint between your agents and your team’s knowledge

Your agents talk to the Virgo MCP server. It reads the reasoning graph behind your code and serves the right context back to whichever agent is asking.

Virgo MCPyour endpoint

Works the moment you connect

Virgo ships with its tools and the instructions for using them. As soon as an agent connects, it knows what Virgo offers and when to reach for it.

There is no skills file to write, no rules to maintain, and nothing to wire up. The configuration travels with the endpoint.

Virgo MCP
  • context

    How a system works

    Architecture, logic, and how the pieces connect.

  • causality

    Why it changed

    Decisions, incidents, and fixes over time.

  • learning

    Team conventions

    Patterns recalled before code is written.

  • store learning

    Save new learnings

    Written back to the graph for every agent.

Put your team’s context to work

The same tools, pointed at the jobs your engineers and agents do every day.

  • Onboard faster

    New engineers and new agents get the reasoning behind the code from day one, not after weeks of asking around.

  • Track feature work

    Follow a feature across tickets, PRs, and threads without stitching the story together by hand.

  • Generate better code

    Agents write to your conventions and prior decisions instead of falling back on generic defaults.

  • Centralize agentic memory

    Every agent reads and writes one shared memory, so learnings compound instead of resetting each session.

  • Cross-agent collaboration

    What one agent discovers is ready for the next, across tools, repos, and sessions.

  • Real-time team decisions

    Decisions made in chat and review reach your agents as they happen, not on the next reindex.

Add it to the tools you already use

Same endpoint, one line. Only the file format changes between clients.

Claude Code

Add the endpoint from your project root with one command.

Run in your project root
claude mcp add --transport http virgo https://org.mcp.virgo.fyi/

Virgo’s tools appear the next time you run Claude Code. Check /mcp.

Codex

Add the server to your Codex config file.

~/.codex/config.toml
[mcp_servers.virgo]
url = "https://org.mcp.virgo.fyi/"

Restart Codex and the Virgo tools are available to every session.

Cursor

Add the server to your project MCP config.

.cursor/mcp.json
{
  "mcpServers": {
    "virgo": {
      "url": "https://org.mcp.virgo.fyi/"
    }
  }
}

Cursor picks it up on save. Virgo appears under Settings, MCP.

Add it to the tools you already use

Same endpoint, one line. Only the file format changes between clients.

  1. Add the endpoint from your project root with one command.

Run in your project root
claude mcp add --transport http virgo https://org.mcp.virgo.fyi/

Virgo’s tools appear the next time you run Claude Code. Check /mcp.

Frequently asked questions

Common questions about configuring and using MCPs.

What is MCP?

The Model Context Protocol is an open standard that lets AI agents call external tools. Virgo runs an MCP server, so any compatible client can use it without a custom integration.

Which clients work with Virgo?

Any MCP client. We document Claude Code, Codex, and Cursor, and the same endpoint works in Copilot, Windsurf, and anything else that speaks MCP.

Does Virgo work only with MCPs?

No, Virgo also exposes the same tools through standard REST APIs.

Do I need a skills file or rules to use it?

No. Virgo sends its tools and the instructions for using them when an agent connects, so the agent knows what to reach for without any local setup.

What can agents do once connected?

They can pull context, trace causality, recall team conventions, and save new learnings back to the graph for every other agent and session.

Is my code sent anywhere?

Virgo serves the reasoning graph your team has already connected and runs inside your workspace boundary. See the security page for how data is handled.

How long does setup take?

About a minute. Copy your workspace endpoint, paste it into your client MCP settings, and the tools appear automatically.