ctxnest
Stop wasting tokens! CtxNest is a local-first context manager that bridges your files and AI agents (Claude, Cursor, Gemini). * 41 MCP Tools: The most advanced toolset for AI history & search. * Token Efficient: Agents fetch only what they need, saving you cost. * Time Travel: Revert any file to a previous version instantly. * Web Clipping: Save any webpage as clean Markdown.
Ask AI about ctxnest
Powered by Claude · Grounded in docs
I know everything about ctxnest. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
ctxtest (ctxnest)
This is a simple "Hello World" MCP (Model Context Protocol) server created for testing purposes.
Features
This server exposes the following tools:
hello-world: A greeting tool.- Input:
name(string) - Output: A personalized hello message.
- Input:
stat: A status check tool.- Output: Returns "running well".
Getting Started
Prerequisites
- Node.js (v18 or higher)
- npm
Installation
- Clone or navigate to the project directory.
- Install dependencies:
npm install
Running the Server
To start the server on stdio:
npm start
Building the Project
To compile the TypeScript source code:
npm run build
Note
This is only a test project.
