kf-mcp-servers

ShadowWalker2014/kf-mcp-servers
★ 0 stars TypeScript 🗄️ Database Updated 5d ago
HTTP MCP servers: postgres, railway, stripe, blink-cms
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kf-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "ShadowWalker2014/kf-mcp-servers"
      ]
    }
  }
}

README Excerpt

Monorepo of HTTP MCP servers, each deployed as an independent Railway service. | Folder | Purpose | Port | Docs | |--------|---------|------|------| | [`blink-cms/`](./blink-cms/README.md) | Blink.new CMS + web search tools | 3100 | [→](./blink-cms/README.md) | | [`postgres/`](./postgres/README.md) | PostgreSQL query + schema explorer | 3200 | [→](./postgres/README.md) |