
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@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
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.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.