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

This commit is contained in:
2026-03-07 21:39:24 +01:00
parent 13eb2bd15f
commit e685be6d28
2 changed files with 6 additions and 0 deletions

View File

@@ -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 | Productionready PDF processing with parallel processing | TypeScript | | pdf-reader-mcp | Productionready 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

View File

@@ -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"],