Tacitus MCP Server
Rank #11,508io.github.ionasrobert/tacitus-mcp-server
Long-term memory for AI agents: local-first PKM with provenance and hybrid search.
Tacitus MCP Server is a Model Context Protocol (MCP) server published by ionasrobert. It ranks #11,508 of 115,460 servers tracked on MCP Toplist. Tacitus MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 103,952 of 115,460 servers on MCP Toplist.
Use Tacitus MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tacitus-mcp-server -- npx -y @dashiro/tacitus-mcp-server[mcp_servers.tacitus-mcp-server]
command = "npx"
args = ["-y", "@dashiro/tacitus-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tacitus-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dashiro/tacitus-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tacitus-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dashiro/tacitus-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tacitus-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dashiro/tacitus-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tacitus-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dashiro/tacitus-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tacitus-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dashiro/tacitus-mcp-server"
]
}
}
}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.ionasrobert%2Ftacitus-mcp-server)<a href="https://mcptoplist.com/server/io.github.ionasrobert%2Ftacitus-mcp-server"><img src="https://mcptoplist.com/badge/io.github.ionasrobert%2Ftacitus-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ionasrobert
Other servers by ionasrobert
View all ionasrobert servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Aug 14, 2026 |
| 0.1.1 | Jul 23, 2026 |
Frequently asked questions
- Who maintains Tacitus MCP Server?
- Tacitus MCP Server is maintained by ionasrobert, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Tacitus MCP Server listed on the Official MCP Registry?
- Yes — Tacitus MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Tacitus MCP Server have?
- MCP Toplist tracks 2 versions of Tacitus MCP Server, most recently published on Aug 14, 2026.
- Where can I find the source code for Tacitus MCP Server?
- The source code for Tacitus MCP Server is hosted at github.com/ionasrobert/tacitus-mcp-server.