Qverisai MCP Server

Every capability. One call away. QVeris is the capability routing network for agents. This repository is the open-source agent toolkit: CLI, MCP server, Python SDK, skills, and REST API docs for discovering, inspecting, calling, and auditing real-world tools. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 255 · #12 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Qverisai MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add qverisai-qveris-agent-toolkit -- npx -y @qverisai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "qverisai-qveris-agent-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@qverisai/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @qverisai/mcp - published under the repo owner's npm scope (@qverisai)

registry namespace io.github.QVerisAI is GitHub-verified and matches the repo owner

03 · What Qverisai MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

python-sdk-v0.7.0 · 2026-08-10

Install · bash · pip install qveris==0.7.0 · Highlights · Added · Added AgentDelegationCredentialProvider for RFC 8693 exchanges by registered confidential Agent Runtimes, with fail-closed audience/scope binding…

js-sdk-v0.8.0 · 2026-08-10

Install · bash · npm install @qverisai/[email protected] · Highlights · Added · Added AgentDelegationCredentialProvider for RFC 8693 exchanges by registered confidential Agent Runtimes, with fail-closed audience/scope binding…

mcp-v0.14.0 · 2026-08-10

Install · bash · npx -y @qverisai/[email protected] · Highlights · Added · Added optional model attribution to the canonical call tool. ([#273]) · See README for configuration. · verify the published npm Registry artifact…

04 · Who maintains Qverisai MCP Server

mcp is maintained by qverisai. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
documentation - ranked #12 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-10)
registry
io.github.QVerisAI/mcp (active, first published 2026-07-07 · 7 versions)
packages
npm:@qverisai/mcp

06 · Qverisai MCP Server FAQ

What is Qverisai MCP Server?

Every capability. One call away. QVeris is the capability routing network for agents. This repository is the open-source agent toolkit: CLI, MCP server, Python SDK, skills, and REST API docs for discovering, inspecting, calling, and auditing real-world tools. It runs locally over stdio via the published package.

Is Qverisai MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Qverisai MCP Server?

Run `npx -y @qverisai/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Qverisai MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Qverisai MCP Server

More documentation MCP servers · Doc Guard · Groundtruth · Schemacrawler AI · Sema

More JavaScript MCP servers · Leafengines · Redact MCP · Korean Secondary Learning Map MCP · Agentmap · see all