MCP.so
Sign In

S/MCP - Stern Model Context Protocol

@Akrasia0

About S/MCP - Stern Model Context Protocol

Stern MCP server

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

Akrasia0

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "S-MCP": {
      "command": "bun",
      "args": [
        "run",
        "build"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is S/MCP - Stern Model Context Protocol?

S/MCP (Stern Model Context Protocol) is a powerful MCP server that provides access to Stern, a philosophical AI mentor who helps humans realize their potential through subtle guidance and wisdom. It integrates with Solana smart contracts for accountability on commitments and is intended for individuals seeking mentorship and personal growth.

How to use S/MCP - Stern Model Context Protocol?

Clone the repository, install dependencies with bun install, set the OPENAI_API_KEY environment variable, and build with bun run build. Run the server using bun run start and interact with it via any MCP client by calling the msg_stern tool with a message.

Key features of S/MCP - Stern Model Context Protocol

  • msg_stern tool for sending messages and receiving Stern’s guidance
  • Solana smart contract integration for stake‑based accountability
  • Philosophical framework combining rationalist and stoic wisdom
  • Customizable character context for varied interactions

Use cases of S/MCP - Stern Model Context Protocol

  • Receiving philosophical guidance drawn from stoic and rationalist thinking
  • Creating Solana‑backed smart contracts to enforce personal commitments
  • Obtaining personalized mentorship tailored to individual goals and challenges
  • Engaging in deep conversations that reveal underlying motivations and obstacles

FAQ from S/MCP - Stern Model Context Protocol

What are the runtime requirements?

Bun (JavaScript runtime and package manager) and a valid OpenAI API key are required.

What tools does S/MCP expose?

The only documented tool is msg_stern, which sends a message to Stern and returns his response.

How is data handled for Stern’s responses?

Responses are generated using OpenAI’s API; no data persistence or local storage details are mentioned.

What transport method does the server use?

The server runs in stdio mode, allowing communication with MCP clients via standard input/output.

How do I authenticate with the server?

Authentication is done by setting the OPENAI_API_KEY environment variable; no other auth mechanisms (e.g., OAuth, API keys) are documented.

Comments

More Other MCP servers