mcpbeat Sign in

Ragstack MCP Server

by hatmanstack Your server? Claim it
local only

Ragstack runs on your own machine — the client starts it, so there is no endpoint to ping. 160 installs a week from pypi. Last commit 17 Sep 2026.

Search, chat, upload, and scrape a serverless RAGStack knowledge base on AWS.

Installs per day peak 71 · avg 23 · -15% w/w
a month agotoday
160
Installs / week
pypi · ragstack-mcp
25
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/ragstack_mcp/__init__.py:1, [пакет] src/ragstack_mcp/server.py:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command publish.py:63
        result = subprocess.run(cmd, capture_output=True, text=True, check=check, cwd=cwd)
Page executes code built at runtime src/ragstack-chat/test-web-component.html:181
      el.innerHTML = errors.length > 0
Dumps the whole environment src/ragstack-chat/vite.wc.config.ts:24
    'SAM_GRAPHQL_ENDPOINT': JSON.stringify(process.env.SAM_GRAPHQL_ENDPOINT || ''),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ragstack -- uvx ragstack-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ragstack": {
      "args": [
        "ragstack-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ragstack]
command = "uvx"
args = ["ragstack-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ragstack": {
      "args": [
        "ragstack-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ragstack": {
      "args": [
        "ragstack-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RAGSTACK_GRAPHQL_ENDPOINT (Your RAGStack GraphQL API URL (from Dashboard → Settings)), RAGSTACK_API_KEY (Your RAGStack API key (from Dashboard → Settings)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ragstack

same job, measured the same way
Karandeepsingh Blog
by karandaid

Search and read Karandeep Singh's DevOps and AWS blog: articles and cheatsheets.

11 tools answering
Obsd Launchpad
by lordbasilaiassistant-sudo

MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.

51 installs/wk local only
Azure Updates
by jonnybottles

MCP server for Azure Updates RSS feed - search, filter, and summarize Azure service updates

97 installs/wk local only
InsForge
by insforge

MCP server for InsForge BaaS — database, storage, edge functions, and deployments

461 installs/wk answering
I
Honey MCP Server
by shareed2k

Search instances across GCP, AWS, K8s, Consul & Proxmox

local only
Wraps
by wraps

Search the Wraps docs and estimate AWS SES costs. Public, read-only, no authentication.

4 tools answering
Agentbuilders
by deepfreezechill

Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform.

38 installs/wk local only
Chainstack
by chainstack

Deploy and manage blockchain nodes across 70+ protocols, search docs, request testnet funds.

18 tools answering

Ragstack — questions

Answers built from our own checks of this server.

Why is there no uptime for Ragstack?
Ragstack runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ragstack-mcp was installed 160 times last week.
How do I connect Ragstack?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ragstack-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Ragstack?
The pypi package ragstack-mcp was installed 160 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ragstack open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 25 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.