Open Source Implementation of Karpathy's LLM Wiki. Upload documents, connect your Claude account via MCP, and have it write your wiki !
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"llmwiki": {
"command": "npx",
"args": [
"-y",
"lucasastorian/llmwiki"
]
}
}
}
Run in terminal:
claude mcp add llmwiki npx -y lucasastorian/llmwiki
Add to .cursor/mcp.json:
{
"mcpServers": {
"llmwiki": {
"command": "npx",
"args": [
"-y",
"lucasastorian/llmwiki"
]
}
}
}