GENOME MCP Server
Rank #4,038io.github.NORTHTEKDevs/genome
Fully local memory for AI agents: zero-LLM ingest, semantic recall, air-gapped, auditable.
GENOME MCP Server is a Model Context Protocol (MCP) server published by NORTHTEKDevs. It ranks #4,038 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. GENOME MCP Server is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 14, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 111,553 of 115,591 servers on MCP Toplist.
Use GENOME MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add genome -- uvx genome-memory[mcp_servers.genome]
command = "uvx"
args = ["genome-memory"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"genome": {
"command": "uvx",
"args": [
"genome-memory"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"genome": {
"command": "uvx",
"args": [
"genome-memory"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"genome": {
"type": "stdio",
"command": "uvx",
"args": [
"genome-memory"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"genome": {
"command": "uvx",
"args": [
"genome-memory"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"genome": {
"command": "uvx",
"args": [
"genome-memory"
]
}
}
}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.NORTHTEKDevs%2Fgenome)<a href="https://mcptoplist.com/server/io.github.NORTHTEKDevs%2Fgenome"><img src="https://mcptoplist.com/badge/io.github.NORTHTEKDevs%2Fgenome.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
NORTHTEKDevs
Other servers by NORTHTEKDevs
View all NORTHTEKDevs servers →Available versions (3)
| Version | Published |
|---|---|
| 1.1.0 | Aug 25, 2026 |
| 1.0.6 | Aug 17, 2026 |
| 1.0.5 | Aug 17, 2026 |
Frequently asked questions
- Who maintains GENOME MCP Server?
- GENOME MCP Server is maintained by NORTHTEKDevs, which publishes 4 MCP servers (7 total versions) tracked on MCP Toplist.
- Is GENOME MCP Server listed on the Official MCP Registry?
- Yes — GENOME MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does GENOME MCP Server have?
- MCP Toplist tracks 3 versions of GENOME MCP Server, most recently published on Aug 25, 2026.
- Where can I find the source code for GENOME MCP Server?
- The source code for GENOME MCP Server is hosted at github.com/NORTHTEKDevs/genome.