
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@mnemoverse/mcp-docs-server
Advanced tools
MCP Server for Mnemoverse Documentation - File-based with docs included
A Model Context Protocol (MCP) server that provides AI assistants with direct access to Mnemoverse's complete documentation library.
📦 Self-contained Package
This package includes all Mnemoverse documentation files. No external API dependencies required!
# Add to current project
claude mcp add mnemoverse -- npx -y @mnemoverse/mcp-docs-server
# Or add globally for all projects
claude mcp add --scope user mnemoverse -- npx -y @mnemoverse/mcp-docs-server
Add to your Claude Desktop configuration:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"mnemoverse": {
"command": "npx",
"args": ["-y", "@mnemoverse/mcp-docs-server"]
}
}
}
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"mnemoverse": {
"command": "npx",
"args": ["-y", "@mnemoverse/mcp-docs-server"]
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"mnemoverse": {
"command": "npx",
"args": ["-y", "@mnemoverse/mcp-docs-server"]
}
}
}
Add to ~/.vscode/mcp.json:
{
"servers": {
"mnemoverse": {
"command": "npx",
"args": ["-y", "@mnemoverse/mcp-docs-server"],
"type": "stdio"
}
}
}
Add to settings.json (open via cmd+, or zed: open settings):
{
"context_servers": {
"mnemoverse": {
"command": {
"path": "npx",
"args": ["-y", "@mnemoverse/mcp-docs-server"],
"env": {}
},
"settings": {}
}
}
}
No configuration required! The server uses included documentation files.
Note: This version includes all documentation files within the package.
# View configured servers
claude mcp list
# Get server details
claude mcp get mnemoverse
# Remove the server
claude mcp remove mnemoverse
# Restart the server
claude mcp restart mnemoverse
The MCP server provides direct access to Mnemoverse's documentation files:
All documentation is included in the package, making it completely self-contained.
Once installed, you can ask your AI assistant questions like:
MIT
For detailed installation instructions, troubleshooting, and advanced usage, visit: https://mnemoverse.org/docs/guides/mcp-server
FAQs
MCP Server for Mnemoverse Documentation - File-based with docs included
The npm package @mnemoverse/mcp-docs-server receives a total of 0 weekly downloads. As such, @mnemoverse/mcp-docs-server popularity was classified as not popular.
We found that @mnemoverse/mcp-docs-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.