Bisibility MCP Server

Distribution status and release channels

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 2 · #12 OF 47 MAINTAINED SEARCH · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Bisibility

before you install - you'll need

Set BISIBILITY_MCP_READ_ONLY before connecting. BISIBILITY_API_KEY, BISIBILITY_BASE_URL, BISIBILITY_PROJECT_ID, BISIBILITY_MCP_TOOLSETS are optional or environment-specific per the README.

Claude Code

claude mcp add corgicorner-bisibility-mcp --transport http https://bisibility.com/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "corgicorner-bisibility-mcp": {
      "url": "https://bisibility.com/api/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

https://bisibility.com/api/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

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 · remote - your agent's requests go to bisibility.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repo age created 2026-07-23 - young repo, little track record yet

license Apache-2.0 - declared in the repository

npm package @bisibility/mcp - the @bisibility scope differs from the repo owner (corgicorner); confirm it's the project's official package

registry vendor namespace com.bisibility - domain-verified with the official MCP registry

03 · Who maintains Bisibility

bisibility is maintained by corgicorner. It's the only MCP server we track from this author; the repo dates to Jul 2026.

04 · Facts

category
search - ranked #12 of 47 actively-maintained search servers as of 2026-08-25.
registry
com.bisibility/mcp (active, first published 2026-07-30 · 5 versions)
packages
npm:@bisibility/mcp

05 · Bisibility FAQ

What is Bisibility?

Distribution status and release channels

Is Bisibility still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14. We re-verify nightly.

How do I install Bisibility?

Run `npx -y @bisibility/mcp`. The README documents 5 environment variables (BISIBILITY_API_KEY, BISIBILITY_BASE_URL, BISIBILITY_PROJECT_ID…) to set first. Set BISIBILITY_MCP_READ_ONLY before connecting. BISIBILITY_API_KEY, BISIBILITY_BASE_URL, BISIBILITY_PROJECT_ID, BISIBILITY_MCP_TOOLSETS are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Bisibility require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Bisibility