Talamus
Rank #6,601io.github.ampres-ai/talamus
Local-first, source-grounded memory that survives AI agent sessions.
Talamus is a Model Context Protocol (MCP) server published by ampres-ai. It ranks #6,601 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Talamus is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Jul 20, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 125,445 of 132,046 servers on MCP Toplist.
Use Talamus
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add talamus -- uvx --with "mcp>=1.29,<3" talamus mcp serve[mcp_servers.talamus]
command = "uvx"
args = ["--with", "mcp>=1.29,<3", "talamus", "mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"talamus": {
"command": "uvx",
"args": [
"--with",
"mcp>=1.29,<3",
"talamus",
"mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"talamus": {
"command": "uvx",
"args": [
"--with",
"mcp>=1.29,<3",
"talamus",
"mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"talamus": {
"type": "stdio",
"command": "uvx",
"args": [
"--with",
"mcp>=1.29,<3",
"talamus",
"mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"talamus": {
"command": "uvx",
"args": [
"--with",
"mcp>=1.29,<3",
"talamus",
"mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"talamus": {
"command": "uvx",
"args": [
"--with",
"mcp>=1.29,<3",
"talamus",
"mcp",
"serve"
]
}
}
}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.ampres-ai%2Ftalamus)<a href="https://mcptoplist.com/server/io.github.ampres-ai%2Ftalamus"><img src="https://mcptoplist.com/badge/io.github.ampres-ai%2Ftalamus.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ampres-ai
Available versions (6)
| Version | Published |
|---|---|
| 1.1.3 | Aug 24, 2026 |
| 1.1.2 | Aug 24, 2026 |
| 1.1.1 | Jul 22, 2026 |
| 1.1.0 | Jul 21, 2026 |
| 1.0.3 | Jul 20, 2026 |
| 1.0.2 | Jul 20, 2026 |
Frequently asked questions
- Who maintains Talamus?
- Talamus is maintained by ampres-ai, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Talamus listed on the Official MCP Registry?
- Yes — Talamus is listed on the Official MCP Registry, alongside Glama.
- How many versions does Talamus have?
- MCP Toplist tracks 6 versions of Talamus, most recently published on Aug 24, 2026.
- Where can I find the source code for Talamus?
- The source code for Talamus is hosted at github.com/ampres-ai/talamus.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.