← Back to Plugins
MCP Server MCP

io.github.CodeAlive-AI/codealive-mcp

github By github 👁 1 views ▲ 0 votes

Semantic code search and analysis from CodeAlive for AI assistants and agents.

Homepage Verified source GitHub

Install

oci:ghcr.io/codealive-ai/codealive-mcp:3.0.3

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/codealive-ai/codealive-mcp:3.0.3",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your CodeAlive API key. Get one at https://app.codealive.ai/ under MCP & API.",
          "isRequired": true,
          "isSecret": true,
          "name": "CODEALIVE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...