solana-docs-mcp-server
The Solana Docs MCP Server is a TypeScript-based server that implements a simple notes system, demonstrating core MCP concepts.
Top Comments
The Solana Docs MCP Server is designed to facilitate the management and summarization of text notes using the Model Context Protocol (MCP). It provides a structured way to handle resources, tools, and prompts, making it an ideal solution for developers looking to integrate note-taking capabilities into their applications. The server allows users to create, list, and access notes through unique URIs, ensuring that each note is easily retrievable and manageable. Additionally, it offers tools for creating new notes and prompts for generating summaries, which can be particularly useful for applications that require quick overviews of stored information. The server is built with TypeScript, ensuring type safety and modern JavaScript features, and it can be easily integrated into various platforms using the provided installation and configuration instructions.
Features
- {'name': 'Resources', 'description': 'List and access notes via
note://
URIs, each with a title, content, and metadata.'} - {'name': 'Tools', 'description': '
create_note
tool for creating new text notes with title and content.'} - {'name': 'Prompts', 'description': '
summarize_notes
prompt for generating summaries of all stored notes.'}
MCP Tools
- create_note: Tool for creating new text notes with required title and content parameters.
Usage with Different Platforms
installing_via_smithery
bash
npx -y @smithery/cli install @aldrin-labs/solana-docs-mcp-server --client claude
claude_desktop_config
{
"mcpServers": {
"solana-docs-server": {
"command": "/path/to/solana-docs-server/build/index.js"
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →Knowledge Graph Memory Server
by modelcontextprotocol
The Knowledge Graph Memory Server provides a simple solution for storing and managing persistent memory using a local knowledge graph, which is particularly useful for applications like chat personalization. It supports various operations for handling entities, relations, and observations, and offers flexible setup options, including Docker and NPX.
git-mcp
by idosal
GitMCP is a remote Model Context Protocol server that turns GitHub projects into documentation hubs for AI tools. It ensures accurate, up-to-date documentation access, minimizing code errors from hallucinations. The platform is open-source, free, and easy to integrate with various AI assistants, offering significant flexibility and utility for developers.
mindmap-mcp-server
by YuChenSSR
Mindmap MCP Server is a tool for transforming Markdown documents into interactive mindmaps. It supports multiple installation methods and works with various Model Context Protocol clients. The server is designed for both online and offline use, offering flexibility in how mindmaps are generated and viewed.