ctxtest
CtxNest is a local-first, centralized context engine providing AI agents with 42 tools to manage versioned markdown knowledge across projects and a personal knowledge base, optimized for context window economy.
File Reading
read_file/read_files/read_file_by_path— Read single, batch (up to 200), or path-based filesread_file_outline— Headings-only outline without loading full contentread_section/read_file_lines— Read a single heading's body or a specific line rangedescribe_file— File metadata (tags, size, history, backlinks) without loading content
File Writing
create_file/create_files— Create single or batch (up to 200) filesupdate_file/update_file_section— Full replace or surgical per-heading update (auto-commits to git)delete_file/delete_files— Delete single or batch (up to 500) filesmove_file— Rename or relocate a filejournal_append— Append a timestamped entry to today's journal
Search & Discovery
search— FTS5 full-text search with inline excerpts and highlightsbundle_search— Search and concatenate results into a token-budgeted XML/Markdown blobregex_search/grep_in_file— Cross-file or within-file regex searchfind_related— Files sharing tags, ranked by overlapwhats_new— Files created/modified since a checkpointproject_map— Compact indented outline of an entire project or knowledge base
Tagging & Favorites
add_tags/remove_tags/list_tags— Manage tagsset_favorite— Mark/unmark favoritessuggest_tags— Propose tags based on corpus (no LLM required)tag_search_results— Bulk-apply tags to all files matching a query
Folders & Projects
list_files/list_folders— List files or folders with filterscreate_folder/delete_folder— Create (nested) or recursively delete foldersregister_project/list_projects— Register external repos and list all projectsstats— Aggregate counts, top tags, per-project breakdown
Versioning & Integrity
get_history/get_diff/restore_file— Git history, diffs, and rollbackcommit_backup— Commit and push a project to gitdiff_against_disk/refresh_index— Detect and reconcile drift from external edits
Web Clipping
clip_url— Fetch a page, extract content via Readability, and store as Markdown (supports auth-walled pages with cookie/token retry)
All file-returning tools include est_tokens and size_bytes; list/search tools inline tags and excerpts to minimize round-trips.
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.
stat: A status check tool.Output: Returns "running well".
Related MCP server: brain-mcp
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 startBuilding the Project
To compile the TypeScript source code:
npm run buildNote
This is only a test project.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides intelligent code context and analysis through semantic compression, AST parsing, and multi-language support. Offers 60-80% token reduction while enabling AI assistants to understand codebases through local analysis, OpenAI-enhanced insights, and GitHub repository integration.Last updated6483MIT
- AlicenseAqualityCmaintenanceCognitive prosthetic for AI agents. Indexes conversation history from ChatGPT, Claude Code, Cursor, and Gemini CLI into searchable embeddings. 25 MCP tools including tunnel_state (resume where you left off), switching_cost (quantify context-switch penalty), thinking_trajectory (track idea evolution), and alignment_check (decisions vs principles). LanceDB + Parquet, 12ms recall, local-first.Last updated2564MIT
- AlicenseAqualityAmaintenanceLocal RAG system for Claude Code with hybrid search (semantic + BM25), cross-encoder reranking, markdown-aware chunking, and 12 MCP tools. Zero external servers, pure ONNX in-process.Last updated13240MIT
- AlicenseBqualityAmaintenanceKnowledge graph for token-efficient code reviews. Builds a structural map of your codebase with Tree-sitter, tracks changes incrementally, and gives AI agents precise context via MCP tools. Features fixed multi-word search, qualified call resolution, dual-mode embedding (ONNX local + LiteLLM cloud), and output pagination.Last updated765Apache 2.0
Related MCP Connectors
One shared context your team's AI tools read & write over MCP. No re-explaining. Free.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/safiyu/ctxnest'
If you have feedback or need assistance with the MCP directory API, please join our Discord server