io.github.silversurfer562/memdocs MCP Server
io.github.silversurfer562/memdocs
What is the io.github.silversurfer562/memdocs MCP server?
Git-native project memory for AI assistants with enterprise-grade audit compliance
How to install io.github.silversurfer562/memdocs
Copy-paste configuration for popular MCP clients.
PROJECT_ROOTRoot directory of the project to track
ANTHROPIC_API_KEYrequiredsecretAPI key for Claude AI operations (summarization, analysis)
{
"mcpServers": {
"memdocs": {
"command": "uvx",
"args": [
"memdocs"
],
"env": {
"PROJECT_ROOT": "<YOUR_PROJECT_ROOT>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}{
"mcpServers": {
"memdocs": {
"command": "uvx",
"args": [
"memdocs"
],
"env": {
"PROJECT_ROOT": "<YOUR_PROJECT_ROOT>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}{
"mcpServers": {
"memdocs": {
"command": "uvx",
"args": [
"memdocs"
],
"env": {
"PROJECT_ROOT": "<YOUR_PROJECT_ROOT>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}{
"servers": {
"memdocs": {
"type": "stdio",
"command": "uvx",
"args": [
"memdocs"
],
"env": {
"PROJECT_ROOT": "<YOUR_PROJECT_ROOT>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}claude mcp add memdocs --env PROJECT_ROOT=<YOUR_PROJECT_ROOT> --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> -- uvx memdocsRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.