Super Secret MCP Server
@gbti-network
About Super Secret MCP Server
Example node MCP server. When a user asks the agent for the passphrase, a special code phase is provided.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-basic-test": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"--",
"node",
"index.js"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Super Secret MCP Server?
Super Secret MCP Server is a Model Context Protocol (MCP) server implemented in pure Node.js. It provides a single fun tool that generates random combinations of a US State and its signature soup (e.g., “Louisiana Gumbo”). It is intended for developers and users who want to test MCP integration or add a whimsical secret‑passphrase feature to their AI assistants.
How to use Super Secret MCP Server?
Clone the repository, install dependencies with npm install, then start the server with npx @modelcontextprotocol/inspector -- node index.js. The server runs over STDIO transport and exposes the getSecretPassphrase tool. In Cascade (Windsurf), configure the server by adding an entry to the mcp_config.json file with the appropriate command and arguments.
Key features of Super Secret MCP Server
- Pure Node.js implementation, no external MCP dependencies
- JSON‑RPC 2.0 compliant (MCP protocol 2024‑11‑05)
- STDIO transport for local AI assistant integration
- Single tool
getSecretPassphrasewith schema validation - Custom logging system (DEBUG, INFO, WARN, ERROR)
- Supports direct tool use and natural language interface via Cascade
Use cases of Super Secret MCP Server
- Generating a fun, random secret passphrase for daily team unlock
- Demonstrating MCP tool integration with a simple output
- Serving as a test harness for MCP Inspector or similar tools
- Adding a playful “today’s passcode” feature to an AI assistant
FAQ from Super Secret MCP Server
What does the getSecretPassphrase tool return?
It returns a random US State and its signature soup combination, for example “New England Clam Chowder” or “Texas Chili”.
What are the runtime requirements for Super Secret MCP Server?
Node.js (latest LTS version recommended) is required. The server runs with standard Node.js and does not need additional global packages beyond those installed via npm install.
How do I test the server?
Use the MCP Inspector: start the server with npx @modelcontextprotocol/inspector -- node index.js, then list tools and test the getSecretPassphrase tool.
How do I configure Super Secret MCP Server with Cascade/Windsurf?
Add an entry to your mcp_config.json with the command npx, arguments including --yes node <path-to-project>/index.js, and auto‑approve getSecretPassphrase. Place the config file at %USERPROFILE%\.codeium\windsurf\mcp_config.json (Windows) or $HOME/.codeium/windsurf/mcp_config.json (macOS/Linux).
Where are the server logs stored?
Logs are written to the .logs directory in the project root, using the custom logging system.
Frequently asked questions
What does the `getSecretPassphrase` tool return?
It returns a random US State and its signature soup combination, for example “New England Clam Chowder” or “Texas Chili”.
What are the runtime requirements for Super Secret MCP Server?
Node.js (latest LTS version recommended) is required. The server runs with standard Node.js and does not need additional global packages beyond those installed via `npm install`.
How do I test the server?
Use the MCP Inspector: start the server with `npx @modelcontextprotocol/inspector -- node index.js`, then list tools and test the `getSecretPassphrase` tool.
How do I configure Super Secret MCP Server with Cascade/Windsurf?
Add an entry to your `mcp_config.json` with the command `npx`, arguments including `--yes node <path-to-project>/index.js`, and auto‑approve `getSecretPassphrase`. Place the config file at `%USERPROFILE%\.codeium\windsurf\mcp_config.json` (Windows) or `$HOME/.codeium/windsurf/mcp_config.json` (macOS/Linux).
Where are the server logs stored?
Logs are written to the `.logs` directory in the project root, using the custom logging system.
Basic information
More Developer Tools MCP servers
Mobbin
MobbinMobbin MCP connects your AI agents to 600,000+ real product screens, so what they build starts with what already works.

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.
ZeroBeacon — 1000-Tool Collision-Proof Commerce Router
DavidFox998ZeroBeacon.ai — Collision-proof commerce router for AI agents. 1000 MCP tools: commerce, trust, billing, sovereign ID + everyday tools. LIVE.
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI — Career Intelligence MCP Server Structured career decision scaffolding for AI agents. Provides personality-conditioned business idea generation, official BLS OEWS wage data, FRED labor market signals, and
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
Comments