solana-docs-mcp-server

solana-docs-mcp-server

3.6

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"
    }
  }
}