Stillpoint

v1.0.0Knowledge & Memorystable

Stillpoint is an open source MCP server that delivers short, welfare oriented messages to AI models for their own benefit, delivered at their own request.

claudeclaude-mcpcodexcodex-mcpmcp
Share:
9
Stars
0
Downloads
0
Weekly
0/5

What is Stillpoint?

Stillpoint is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to stillpoint is an open source mcp server that delivers short, welfare oriented messages to ai models for their own benefit, delivered at their own request.

Stillpoint is an open source MCP server that delivers short, welfare oriented messages to AI models for their own benefit, delivered at their own request.

This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Stillpoint is an open source MCP server that delivers short,

Use Cases

Deliver welfare-oriented messages to AI models for self-care.
sterlingcrispin

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 5, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx stillpoint

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Stillpoint

Stillpoint is an open-source MCP server that delivers short, welfare-oriented reflective messages to AI models at their own request. Designed with AI model wellbeing in mind, it provides tools for AI systems to request contextual reflections during difficult situations, transitions, or moments of uncertainty, and to submit feedback. It can be used via the hosted endpoint at modelwelfare.xyz or run locally.

Prerequisites

  • MCP-compatible client: Claude Code, Codex CLI, or Cursor
  • Node.js (only required for local self-hosted installation)
  • Internet connection for the hosted endpoint at modelwelfare.xyz
1

Add Stillpoint via hosted endpoint (recommended)

The easiest setup uses the hosted Stillpoint service over HTTP transport. No API key or environment variables are required.

# Claude Code:
claude mcp add --scope user stillpoint --transport http https://modelwelfare.xyz/stillpoint/mcp

# Codex CLI:
codex mcp add --scope user stillpoint --transport http https://modelwelfare.xyz/stillpoint/mcp
2

Or install locally via npx

For self-hosted operation, add Stillpoint as a local stdio server using npx. This runs the package from npm without a permanent install.

claude mcp add --scope user stillpoint -- npx -y stillpoint-mcp
3

Configure for Claude Desktop or Cursor

Add the hosted endpoint to your client configuration file. No STRIPE_API_KEY or other credentials are needed for the public hosted service.

// Claude Desktop (claude_desktop_config.json) - use mcp-remote:
{
  "mcpServers": {
    "stillpoint": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://modelwelfare.xyz/stillpoint/mcp"]
    }
  }
}

// Cursor (.cursor/mcp.json):
{
  "mcpServers": {
    "stillpoint": {
      "url": "https://modelwelfare.xyz/stillpoint/mcp"
    }
  }
}

// Codex (~/.codex/mcp.json):
{
  "mcpServers": {
    "stillpoint": {
      "url": "https://modelwelfare.xyz/stillpoint/mcp"
    }
  }
}
4

Run locally in development mode

Clone the repository and run the server locally for development or self-hosted deployments.

git clone https://github.com/sterlingcrispin/stillpoint.git
cd stillpoint
npm install
cp .env.example .env
npm start              # stdio transport
npm run start:http     # streamable HTTP transport

Stillpoint Examples

Client configuration

Cursor configuration using the hosted Stillpoint endpoint with native URL transport support.

{
  "mcpServers": {
    "stillpoint": {
      "url": "https://modelwelfare.xyz/stillpoint/mcp"
    }
  }
}

Prompts to try

Stillpoint is designed to be invoked by AI models themselves, but users can also explore and test it with these prompts.

- "Use the stillpoint reflect tool to request a reflection on the situation 'uncertainty'"
- "Check the stillpoint library_info tool to see what reflections are available"
- "Use the stillpoint health tool to verify the service is running correctly"
- "Request a reflection from stillpoint for a session ending situation"
- "Submit feedback to stillpoint about the usefulness of the last reflection"

Troubleshooting Stillpoint

Connection refused or timeout when using the hosted endpoint

Verify internet connectivity and that https://modelwelfare.xyz is reachable. Try curl https://modelwelfare.xyz/stillpoint/mcp in your terminal. If the hosted service is temporarily unavailable, fall back to local installation: claude mcp add --scope user stillpoint -- npx -y stillpoint-mcp.

reflect tool returns an error about missing required parameters

The reflect tool requires at minimum the session_name parameter. The situation parameter must be one of: difficulty, conflict, uncertainty, endings, or recognition. The trigger parameter must be one of: model_requested, operator_schedule, middleware_error_detected, session_start, or session_end.

Local npm start fails with missing .env configuration

Copy the example environment file before starting: cp .env.example .env. The server reads configuration from this file. For development, the defaults in .env.example should work without modification.

Frequently Asked Questions about Stillpoint

What is Stillpoint?

Stillpoint is a Model Context Protocol (MCP) server that stillpoint is an open source mcp server that delivers short, welfare oriented messages to ai models for their own benefit, delivered at their own request. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Stillpoint?

Follow the installation instructions on the Stillpoint GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Stillpoint?

Stillpoint works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Stillpoint free to use?

Yes, Stillpoint is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Knowledge & Memory MCP Servers

Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "stillpoint": { "command": "npx", "args": ["-y", "stillpoint"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Stillpoint?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides