shebang-mcp

shebang-mcp

An MCP server and CLI for hosting pages, sharing files, creating short links, running Postgres databases, and managing API keys through a single shebang.pro account key.

Category
Visit Server

README

shebang-mcp

One MCP server and CLI for hosting pages, sharing files, making short links, running a Postgres database, and managing API keys — all through a single shb_… key, for accounts on shebang.pro.

Quickstart

Claude Code:

claude mcp add shebang -- npx -y github:New-Kringster/shebang-mcp
npx -y github:New-Kringster/shebang-mcp login

Any other stdio-based MCP harness, add this server entry:

{
  "mcpServers": {
    "shebang": {
      "command": "npx",
      "args": ["-y", "github:New-Kringster/shebang-mcp"]
    }
  }
}

then run npx -y github:New-Kringster/shebang-mcp login once from a terminal on the same machine (or set SHEBANG_API_KEY directly — see Env vars).

npm registry publish is planned but not live yet — install via the GitHub shorthand above until then.

The login flow

login starts a device-authorization flow against the shebang platform:

  1. The CLI calls the platform, gets back a short code and a verify URL, and prints both — then tries to open your browser to that URL automatically.
  2. In the browser, you sign in to your shebang.pro account (if not already) and see a page showing the device name and the same code the terminal printed — check they match, then click Approve (or Deny).
  3. The CLI has been polling in the background; once approved, it writes the issued key to ~/.config/shebang/credentials.json (mode 0600) and prints the key's prefix.

From then on, every harness on that machine that runs this server picks the key up automatically — no per-project configuration.

$ npx -y github:New-Kringster/shebang-mcp login

  Confirm this code in your browser:

    x 7 w y 6 x 3 a

  https://dash.shebang.pro/authorize-agent?code=x7wy6x3a

Opening your browser… (if nothing opens, visit the URL above)
Waiting for approval....
Logged in. Key: shb_examplexxxxxxxx… (master)
Saved to ~/.config/shebang/credentials.json

Your agent can now use shebang.

shebang-mcp status shows the current key's prefix and tier; shebang-mcp logout deletes the local credentials file (it does not revoke the key — see below).

Key tiers

  • Master — what login mints. Full authority over the account: every app, plus minting and revoking other keys. One master key per login.
  • App — scoped to a subset of page, serve, link, base. Mint one for a sub-agent via the key_create_app tool so it only gets the access it needs; the plaintext key is shown exactly once in the response.

A key cannot revoke itself while it's the one authenticating the call — revoke a key from a different key (usually the master that minted it, via the key_revoke tool) or from the shebang.pro dashboard's account page. shebang-mcp logout only forgets the key locally; it prints this same reminder.

Tool reference

Pages (sherpage)

Tool What it does
sherpage_publish Publish a new page from a bundle of files
sherpage_list List your pages
sherpage_get Get one page's details
sherpage_update Update title/slug/expiry/view budget
sherpage_set_access Change access level (private/password/allow-list/public)
sherpage_archive Archive or restore a page
sherpage_delete Permanently delete a page and its files

Files (sherserve)

Tool What it does
store_upload_file Upload a local file as a new object
store_list_objects List your uploaded objects
store_get_object Get one object's details by slug or id
store_delete_object Permanently delete an object and its file

Short links (sherlink)

Tool What it does
link_list List all your short links across apps
link_get Get one link's details by code, alias, or id
link_set_access Change access, password, expiry, or view budget
link_set_alias Set or clear a custom vanity alias
link_delete Delete a link and the page/file it wraps — irreversible

Databases (sherbase)

Tool What it does
base_create_project Provision a new Postgres project (database + role)
base_list_projects List your database projects
base_run_sql Run one SQL statement against a project
base_drop_project Permanently drop a project — irreversible

Keys (master-only)

Tool What it does
key_create_app Mint a scoped app key, typically for a sub-agent
key_list List every key on the account (never hashes or plaintext)
key_revoke Permanently revoke a key by id — irreversible

OAuth (master-only)

Tool What it does
oauth_list_clients List registered sherlock OAuth clients
oauth_create_client Register a new OAuth client (returns a one-time secret)

Env vars

Variable Purpose
SHEBANG_API_KEY The shb_… key to authenticate with. Takes priority over the credentials file. SHERPAGE_API_KEY is accepted as a legacy alias for the same value.
SHEBANG_BASE_URL Platform base URL; defaults to https://dash.shebang.pro.
~/.config/shebang/credentials.json Written by login ({ api_key, base_url }, mode 0600); read when the env vars above are unset.

The platform

The MCP server and CLI in this repo are a client only — no secrets, no server code, nothing that talks to a database directly. The platform itself (accounts, keys, pages, files, links, databases, OAuth) is operated at shebang.pro; an account there is required to use this client.

License

MIT — see LICENSE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured