Skip to content

Commit 042efe6

Browse files
authored
Add: Needle MCP Server (search, rag) (#69)
1 parent 722ba1c commit 042efe6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

servers/needle-mcp/server.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: needle-mcp
2+
image: mcp/needle-mcp
3+
type: server
4+
meta:
5+
category: search
6+
tags:
7+
- needle
8+
- search
9+
- productivity
10+
- rag
11+
- semantic-search
12+
- document-management
13+
about:
14+
title: Needle MCP Server
15+
description: RAG and Semantic search out of the box for document management. Enable natural language search through PDFs, DOCX, XLSX, and other files with Needle's RAG capabilities.
16+
icon: https://avatars.githubusercontent.com/u/182288589?s=200&v=4
17+
source:
18+
project: https://github.com/needle-ai/needle-mcp
19+
config:
20+
description: Configure the connection to Needle
21+
secrets:
22+
- name: needle-mcp.api_key
23+
env: NEEDLE_API_KEY
24+
example: your-needle-api-key-here

0 commit comments

Comments
 (0)