update
All checks were successful
CI / Flake Check (push) Successful in 1m24s
CI / Build Individual Packages (academic-search-mcp-server) (push) Successful in 58s
CI / Build Individual Packages (duckduckgo-mcp-server) (push) Successful in 49s
CI / Build Individual Packages (manim-mcp-server) (push) Successful in 1m6s
CI / Build Individual Packages (kindly-web-search-mcp-server) (push) Successful in 1m28s
CI / Build Individual Packages (pdf-reader-mcp) (push) Successful in 1m9s
CI / Build Individual Packages (zotero-mcp) (push) Successful in 1m28s
CI / Build Individual Packages (rust-research-mcp) (push) Successful in 6m59s
All checks were successful
CI / Flake Check (push) Successful in 1m24s
CI / Build Individual Packages (academic-search-mcp-server) (push) Successful in 58s
CI / Build Individual Packages (duckduckgo-mcp-server) (push) Successful in 49s
CI / Build Individual Packages (manim-mcp-server) (push) Successful in 1m6s
CI / Build Individual Packages (kindly-web-search-mcp-server) (push) Successful in 1m28s
CI / Build Individual Packages (pdf-reader-mcp) (push) Successful in 1m9s
CI / Build Individual Packages (zotero-mcp) (push) Successful in 1m28s
CI / Build Individual Packages (rust-research-mcp) (push) Successful in 6m59s
This commit is contained in:
@@ -15,6 +15,7 @@ This repository provides Nix derivations for MCP (Model Context Protocol) server
|
|||||||
| n8n-mcp | AI access to n8n node docs and workflow management | TypeScript |
|
| n8n-mcp | AI access to n8n node docs and workflow management | TypeScript |
|
||||||
| pdf-reader-mcp | Production‑ready PDF processing with parallel processing | TypeScript |
|
| pdf-reader-mcp | Production‑ready PDF processing with parallel processing | TypeScript |
|
||||||
| rust-research-mcp | Accumulate and organize academic knowledge | Rust |
|
| rust-research-mcp | Accumulate and organize academic knowledge | Rust |
|
||||||
|
| simple-web-search-mcp | Zero-config web search and page reading for LLMs | TypeScript |
|
||||||
| zotero-mcp | Connect Zotero research library with AI assistants | Python |
|
| zotero-mcp | Connect Zotero research library with AI assistants | Python |
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -34,6 +34,11 @@
|
|||||||
"SEARXNG_BASE_URL": "https://search.bueso.eu"
|
"SEARXNG_BASE_URL": "https://search.bueso.eu"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"simple-web-search": {
|
||||||
|
"type": "local",
|
||||||
|
"command": ["simple-web-search-mcp"],
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
"rust-research": {
|
"rust-research": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
"command": ["rust-research-mcp"],
|
"command": ["rust-research-mcp"],
|
||||||
|
|||||||
Reference in New Issue
Block a user