Reftrixmcp
Rank #15,650io.github.TKMD/reftrixmcp
MCP server providing reftrixmcp capabilities
Reftrixmcp is a Model Context Protocol (MCP) server published by tkmd. It ranks #15,650 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Reftrixmcp is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Feb 19, 2026 and most recently updated on Mar 21, 2026.
Ranks ahead of 116,396 of 132,046 servers on MCP Toplist.
Use Reftrixmcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add reftrixmcp -e "DATABASE_URL=<your DATABASE_URL>" -e "REDIS_URL=<your REDIS_URL>" -e "OLLAMA_BASE_URL=<your OLLAMA_BASE_URL>" -- npx -y @reftrixmcp/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.reftrixmcp]
command = "npx"
args = ["-y", "@reftrixmcp/mcp-server"]
[mcp_servers.reftrixmcp.env]
DATABASE_URL = "<your DATABASE_URL>"
REDIS_URL = "<your REDIS_URL>"
OLLAMA_BASE_URL = "<your OLLAMA_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reftrixmcp": {
"command": "npx",
"args": [
"-y",
"@reftrixmcp/mcp-server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"REDIS_URL": "<your REDIS_URL>",
"OLLAMA_BASE_URL": "<your OLLAMA_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reftrixmcp": {
"command": "npx",
"args": [
"-y",
"@reftrixmcp/mcp-server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"REDIS_URL": "<your REDIS_URL>",
"OLLAMA_BASE_URL": "<your OLLAMA_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"reftrixmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@reftrixmcp/mcp-server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"REDIS_URL": "<your REDIS_URL>",
"OLLAMA_BASE_URL": "<your OLLAMA_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reftrixmcp": {
"command": "npx",
"args": [
"-y",
"@reftrixmcp/mcp-server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"REDIS_URL": "<your REDIS_URL>",
"OLLAMA_BASE_URL": "<your OLLAMA_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"reftrixmcp": {
"command": "npx",
"args": [
"-y",
"@reftrixmcp/mcp-server"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>",
"REDIS_URL": "<your REDIS_URL>",
"OLLAMA_BASE_URL": "<your OLLAMA_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.TKMD%2Freftrixmcp)<a href="https://mcptoplist.com/server/io.github.TKMD%2Freftrixmcp"><img src="https://mcptoplist.com/badge/io.github.TKMD%2Freftrixmcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
tkmd
Available versions (2)
| Version | Published |
|---|---|
| 0.1.8 | Mar 21, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Reftrixmcp?
- Reftrixmcp is maintained by tkmd, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Reftrixmcp listed on the Official MCP Registry?
- Yes — Reftrixmcp is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Reftrixmcp have?
- MCP Toplist tracks 2 versions of Reftrixmcp, most recently published on Mar 21, 2026.
- Where can I find the source code for Reftrixmcp?
- The source code for Reftrixmcp is hosted at github.com/tkmd/reftrixmcp.
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.