code-explorer-mcp
2.5
The codebase-explorer MCP Server is a TypeScript-based application that acts as an MCP server for handling text notes. It demonstrates core MCP concepts with resources, tools for note creation, and summarization prompts.
codebase-explorer MCP Server
A TypeScript-based MCP server implementing a simple notes system with resources, tools, and prompts. Key features include:
Features
Resources
- Access notes via
note://
URIs - Notes include title, content, and metadata
Tools
- Create new notes using
create_note
Prompts
- Summarize all stored notes with
summarize_notes