Copilot’s agent mode supports MCP — which means it can load your team’s real context: coding standards, architecture, API conventions. Stop getting generic suggestions in a codebase that has rules.
npx @contextium/mcp-server@latest setupFree plan available · 60-second setup · No credit card required
Document the things Copilot can’t infer from open files: your conventions, architecture decisions, API standards, and the “never do this in prod” rules. Organised in libraries, versioned, shared.
Run the setup command, or register the server in your workspace’s MCP configuration so Copilot’s agent mode can reach it:
// .vscode/mcp.json
{
"servers": {
"contextium": {
"command": "npx",
"args": ["-y", "@contextium/mcp-server@latest"]
}
}
}In agent mode, Copilot searches your Contextium workspace and grounds its work in your team’s actual standards — the same context your teammates’ tools load.
Custom instructions are per-repo files — context deserves better.
One command configures the MCP connection automatically. No JSON editing, no manual config.
Every developer's AI gets the same knowledge base. Consistent assistance across the whole team.
Update a doc in Contextium and it's live in every teammate's next session immediately.
Full history for every doc with visual diffs and one-click rollback.
Workspace-scoped MCP connections with OAuth 2.0. Access is gated by workspace roles.
The AI finds the right docs for each query automatically — not just keyword matching.
Run npx @contextium/mcp-server@latest setup, or add the Contextium MCP server to your VS Code MCP configuration (.vscode/mcp.json). Copilot’s agent mode can then search and load your workspace context.
MCP servers are used by Copilot’s agent mode in VS Code. Inline completions work as normal; the grounded, context-aware behaviour applies where agent mode runs.
It complements it. Keep a short per-repo instructions file if you like; put the shared, cross-repo knowledge in Contextium so it reaches Copilot in every repo — and every other MCP tool your team uses.
No — that’s the point. One Contextium workspace serves both (and Cursor, and Gemini). Teach it once; every connected tool arrives briefed.
Yes. MCP integration is included in all Contextium plans, including the free plan.
Full guide to connecting all your AI tools via Model Context Protocol
The four layers of Claude Code memory — and when files stop being enough
Moving from per-tool context files? Most teams migrate in a day
Free plan available. 60-second setup. No credit card required.