Knowledge compiler — turns scattered links, files, and bookmarks into a living wiki that compounds with every new source.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kompl": {
"command": "npx",
"args": [
"-y",
"tuirk/Kompl"
]
}
}
}
Run in terminal:
claude mcp add kompl npx -y tuirk/Kompl
Add to .cursor/mcp.json:
{
"mcpServers": {
"kompl": {
"command": "npx",
"args": [
"-y",
"tuirk/Kompl"
]
}
}
}