
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
santuri-mcp-server
Advanced tools
MCP server for Santuri — official llms.txt documentation for AI assistants
MCP server for Santuri — official llms.txt documentation for AI assistants.
This server implements the Model Context Protocol to give AI assistants like Claude, Cursor, and Windsurf access to up-to-date technical documentation. Search across curated documentation sources including React, Next.js, Supabase, Tailwind, and more.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"santuri": {
"command": "npx",
"args": ["-y", "santuri-mcp-server"]
}
}
}
claude mcp add santuri -- npx -y santuri-mcp-server
Add to your MCP configuration:
{
"mcpServers": {
"santuri": {
"command": "npx",
"args": ["-y", "santuri-mcp-server"]
}
}
}
The server works out of the box with anonymous access (100 searches/day). For higher limits, configure an API key.
| Variable | Required | Description |
|---|---|---|
SANTURI_API_KEY | No | API key for authenticated access (higher rate limits) |
SANTURI_PROJECT_ID | No | Limit searches to sources in a specific project |
SANTURI_SOURCES | No | Comma-separated list of source slugs to search (e.g., nextjs,react,supabase) |
SANTURI_API_URL | No | Custom API endpoint (defaults to https://santuri.io) |
SANTURI_STACK_ID | No | Deprecated: Use SANTURI_PROJECT_ID instead |
Priority: When both are set, SANTURI_PROJECT_ID takes precedence over SANTURI_SOURCES.
{
"mcpServers": {
"santuri": {
"command": "npx",
"args": ["-y", "santuri-mcp-server"],
"env": {
"SANTURI_API_KEY": "your-api-key"
}
}
}
}
Get your API key at santuri.io/api-keys.
Limit searches to specific documentation sources without a project:
{
"mcpServers": {
"santuri": {
"command": "npx",
"args": ["-y", "santuri-mcp-server"],
"env": {
"SANTURI_SOURCES": "nextjs,react,tailwindcss"
}
}
}
}
search_documentationSearch across all configured documentation sources using semantic search.
Parameters:
query (required): Natural language search querylimit (optional): Maximum results (1-50, default: 10)Example:
Search for: "how to set up authentication in Next.js with Supabase"
list_sourcesList all available documentation sources.
Parameters:
category (optional): Filter by category (e.g., "AI/ML", "Platform", "Database")| Access | Daily Searches |
|---|---|
| Anonymous | 100 |
| Free (with API key) | 1,000 |
Limits reset at midnight UTC.
# Clone the repository
git clone https://github.com/sonofakel/santuri-mcp-server.git
cd santuri-mcp-server
# Install dependencies
pnpm install
# Run in development mode
pnpm dev
# Run tests
pnpm test
# Build
pnpm build
This package:
For security concerns, see SECURITY.md or email security@santuri.io.
MIT - see LICENSE
FAQs
MCP server for Santuri — official llms.txt documentation for AI assistants
We found that santuri-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.