Back to Browse

Coalent MCP Server

AI & MLLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Fresh, attributed facts from your sources — cached, and invalidated the moment a source changes.

About

Fresh, attributed facts from your sources — cached, and invalidated the moment a source changes.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Required in folder (--watch) mode for semantic embeddings (text-embedding-3-small) and build synthesis (gpt-4o-mini); the server exits loudly without it rather than degrade. Factory (--cache-factory) mode brings its own models and needs no key.Required

Environment variable: OPENAI_API_KEY

Optional shared secret for --transport http: when set, every HTTP request must carry Authorization: Bearer <token>. Unused over stdio.Required

Environment variable: COALENT_MCP_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-nisarg-pujara-vectorlink-coalent": {
      "env": {
        "OPENAI_API_KEY": "your-openai-api-key-here",
        "COALENT_MCP_TOKEN": "your-coalent-mcp-token-here"
      },
      "args": [
        "coalent-mcp",
        "coalent"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!