aldrin-labs_solana-docs-mcp-server

aldrin-labs_solana-docs-mcp-server

3.1

If you are the rightful owner of aldrin-labs_solana-docs-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

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

  • Resources: List and access notes via `note://` URIs, with each note having a title, content, and metadata.
  • Tools: `create_note` tool for creating new text notes, requiring title and content as parameters.
  • Prompts: `summarize_notes` prompt for generating a summary of all stored notes, including all note contents as embedded resources.

Tools

  1. create_note

    Tool for creating new text notes with title and content.