
Agentic MCP
by f0rty-tw0
Prove and compare installed AI CLI providers from one command surface or MCP setup — ask, ping, review, and benchmark side-by-side.
What it does
Agentic MCP gives developers a unified surface to prove, compare, and reuse their installed AI CLI providers (Claude, Codex, Copilot, Gemini, and more). Instead of juggling different CLIs with different flags and auth workflows, you get one command to ping a provider, ask it a question, compare answers across multiple providers, or review repository changes — all from the terminal or through an MCP client like Claude Code, Cursor, or Windsurf.
Tools
- list_providers — Show configured providers with detected status, support levels, and prerequisites
- ask_<provider> — Send a prompt to a specific provider and get a response
- ask_all — Query multiple providers in parallel with side-by-side comparison
- review_<provider> — Run a repository code review through a provider (scope: uncommitted, commit, or range)
- ping_<provider> — Quick detection check for a provider binary
- help_<provider> — Show the underlying provider CLI help output
- sessions_<provider> — List known sessions for a provider
- prove — Run a canned real-answer proof against a detected provider
- provider_metrics — Show which providers you actually used, success counts, and timing
- setup — Configure an MCP client (Claude Code, Cursor, Windsurf, or generic JSON)
Installation
Add to your Claude Desktop configuration:
{
"mcpServers": {
"agentic-mcp": {
"command": "npx",
"args": ["-y", "agentic-mcp"]
}
}
}
For VS Code Copilot, add to your settings.json:
{
"github.copilot.chat.mcp.servers": {
"agentic-mcp": {
"command": "npx",
"args": ["-y", "agentic-mcp"]
}
}
}
For Cursor, add to ~/.cursor/mcp.json:
{
"mcpServers": {
"agentic-mcp": {
"command": "npx",
"args": ["-y", "agentic-mcp"]
}
}
}
For Windsurf, add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"agentic-mcp": {
"command": "npx",
"args": ["-y", "agentic-mcp"]
}
}
}
Supported hosts
Claude Desktop, VS Code Copilot, Cursor, Windsurf
Quick install
npx agentic-mcpInformation
- Pricing







