livewiki
Rank #7,711io.github.eduardoabreu81/livewiki
A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.
livewiki is a Model Context Protocol (MCP) server published by eduardoabreu81. It ranks #7,711 of 115,591 servers tracked on MCP Toplist. livewiki is listed on Official MCP, with 1 tracked version. It was first listed on Aug 13, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 107,880 of 115,591 servers on MCP Toplist.
Use livewiki
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add livewiki -- npx -y @livewiki/mcp --repo[mcp_servers.livewiki]
command = "npx"
args = ["-y", "@livewiki/mcp", "--repo"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"livewiki": {
"command": "npx",
"args": [
"-y",
"@livewiki/mcp",
"--repo"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"livewiki": {
"command": "npx",
"args": [
"-y",
"@livewiki/mcp",
"--repo"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"livewiki": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@livewiki/mcp",
"--repo"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"livewiki": {
"command": "npx",
"args": [
"-y",
"@livewiki/mcp",
"--repo"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"livewiki": {
"command": "npx",
"args": [
"-y",
"@livewiki/mcp",
"--repo"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.eduardoabreu81%2Flivewiki)<a href="https://mcptoplist.com/server/io.github.eduardoabreu81%2Flivewiki"><img src="https://mcptoplist.com/badge/io.github.eduardoabreu81%2Flivewiki.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
eduardoabreu81
Other servers by eduardoabreu81
View all eduardoabreu81 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.2 | Aug 26, 2026 |
Frequently asked questions
- Who maintains livewiki?
- livewiki is maintained by eduardoabreu81, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is livewiki listed on the Official MCP Registry?
- Yes — livewiki is listed on the Official MCP Registry.
- How many versions does livewiki have?
- MCP Toplist tracks 1 version of livewiki, most recently published on Aug 26, 2026.
- Where can I find the source code for livewiki?
- The source code for livewiki is hosted at github.com/eduardoabreu81/livewiki.