aldrin-labs_solana-docs-mcp-server
The Solana Docs Server is a TypeScript-based MCP server that implements a simple notes system, demonstrating core MCP concepts.
The Solana Docs Server is designed to showcase the capabilities of the Model Context Protocol (MCP) by implementing a straightforward notes system. It allows users to create, list, and summarize text notes using MCP resources and tools. Each note is represented as a resource with a unique URI and associated metadata, making it easy to access and manage. The server also provides tools for creating new notes and prompts for generating summaries of all stored notes. This server is particularly useful for developers looking to understand and implement MCP concepts in their applications. It supports plain text mime types for simple content access and is built using TypeScript, ensuring a robust and scalable implementation.
Features
- {'name': 'Resources', 'description': 'List and access notes via
note://
URIs, with each note having a title, content, and metadata.'} - {'name': 'Tools', 'description': '
create_note
tool for creating new text notes, requiring title and content as parameters.'} - {'name': 'Prompts', 'description': '
summarize_notes
prompt for generating a summary of all stored notes, including all note contents as embedded resources.'}
MCP Tools
- create_note: Tool for creating new text notes with title and content.
Usage with Different Platforms
Claude Desktop
{
"mcpServers": {
"solana-docs-server": {
"command": "/path/to/solana-docs-server/build/index.js"
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.