Back to directory
needle

needle

@needle-ai97

Needle MCP Server organizes and stores documents, enabling powerful semantic search and retrieval for LLMs via Claude's Desktop Application, acting as long-term memory for RAG.

RAGLLMdocument managementsemantic searchClaudecontext

Installation & Configuration

{
  "mcpServers": {
    "needle": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.needle.app/mcp",
        "--header",
        "Authorization:Bearer ${NEEDLE_API_KEY}"
      ],
      "env": {
        "NEEDLE_API_KEY": "<your-needle-api-key>"
      }
    }
  }
}

Information

Transport
stdiostreamablesse
Language
Python
Created
2024/12/15
Updated
2026/6/8