Back to directory
jeanvittory/mcp-server

jeanvittory/mcp-server

@JeanVittory

MCP server for debugging applications by querying LLMs with the latest documentation from LangChain, LlamaIndex, and OpenAI docs

debuggingdocumentationllmlangchainllamaindexopenaimcppythoncontext

Installation & Configuration

{
  "mcpServers": {
    "mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/YOUR/mcp-server-code",
        "run",
        "src/main.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17