← Registry

Developer Tools

cohesivity.ai

Provides access to Cohesivity documentation for developers and users.

x402 supported2 endpoints1 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://cohesivity.ai/mcp/manage

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cohesivity-ai]
url = "https://cohesivity.ai/mcp/manage"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "cohesivity-ai": {
      "type": "http",
      "url": "https://cohesivity.ai/mcp/manage",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: cohesivity-ai
Remote MCP URL: https://cohesivity.ai/mcp/manage

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cohesivity-ai": {
      "url": "https://cohesivity.ai/mcp/manage",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "cohesivity-ai": {
      "type": "http",
      "url": "https://cohesivity.ai/mcp/manage",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "cohesivity-ai bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "cohesivity-ai",
  "transport": "streamable-http",
  "url": "https://cohesivity.ai/mcp/manage",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://cohesivity.ai/mcp

No auth detected

MCP server metadata

Name
cohesivity-docs
Version
1.0.0
Capabilities
tools
Server instructions

This server is read-only. Use get_cohesivity_documentation to retrieve current public documentation.

Known tools 1

get_cohesivity_documentation

Read a current Cohesivity overview, reference, onboarding guide, pricing guide, offerings catalog, or individual offering document.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cohesivity-docs]
url = "https://cohesivity.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cohesivity-docs": {
      "type": "http",
      "url": "https://cohesivity.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cohesivity-docs
Remote MCP URL: https://cohesivity.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cohesivity-docs": {
      "url": "https://cohesivity.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cohesivity-docs": {
      "type": "http",
      "url": "https://cohesivity.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cohesivity-docs",
  "transport": "streamable-http",
  "url": "https://cohesivity.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.