Stillpoint
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.
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
Maintainer
Works with
Installation
Manual Installation
npx stillpointConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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/mcpOr 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-mcpConfigure 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"
}
}
}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 transportStillpoint 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.
Stillpoint Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to Stillpoint? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
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.
Set Up Stillpoint in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.