Queryweaver
Rank #361com.falkordb/QueryWeaver
MCP server providing QueryWeaver capabilities
Queryweaver is a Model Context Protocol (MCP) server published by falkordb. It ranks #361 of 115,460 servers tracked on MCP Toplist, and its repository has 1,072 GitHub stars. Queryweaver is listed across 4 registries — Official MCP, mcp.so, PulseMCP and Glama, with 2 tracked versions. It was first listed on Sep 3, 2025 and most recently updated on Sep 11, 2025.
Ranks ahead of 115,099 of 115,460 servers on MCP Toplist.
Use Queryweaver
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add queryweaver -- docker run -i --rm docker.io/falkordb/queryweaver:0.0.11[mcp_servers.queryweaver]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/falkordb/queryweaver:0.0.11"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"queryweaver": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/falkordb/queryweaver:0.0.11"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"queryweaver": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/falkordb/queryweaver:0.0.11"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"queryweaver": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/falkordb/queryweaver:0.0.11"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"queryweaver": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/falkordb/queryweaver:0.0.11"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"queryweaver": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/falkordb/queryweaver:0.0.11"
]
}
}
}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/com.falkordb%2FQueryWeaver)<a href="https://mcptoplist.com/server/com.falkordb%2FQueryWeaver"><img src="https://mcptoplist.com/badge/com.falkordb%2FQueryWeaver.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
falkordb
Other servers by falkordb
View all falkordb servers →Available versions (2)
| Version | Published |
|---|---|
| 0.0.11 | Sep 11, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Queryweaver?
- Queryweaver is maintained by falkordb, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Queryweaver listed on the Official MCP Registry?
- Yes — Queryweaver is listed on the Official MCP Registry, alongside mcp.so, PulseMCP and Glama.
- How many versions does Queryweaver have?
- MCP Toplist tracks 2 versions of Queryweaver, most recently published on Sep 11, 2025.
- Where can I find the source code for Queryweaver?
- The source code for Queryweaver is hosted at github.com/falkordb/queryweaver.