MCP.so
Sign In

solana-docs-server MCP Server

@MCP-Mirror

About solana-docs-server MCP Server

Mirror of

Basic information

Category

Memory & Knowledge

Transports

stdio

Publisher

MCP-Mirror

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

1

Create new text notes

Overview

What is solana-docs-server MCP Server?

It is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing resources, tools, and prompts for text notes.

How to use solana-docs-server MCP Server?

Install dependencies with npm install, build with npm run build, then configure the Claude Desktop config file to point to the built index.js. For debugging, run npm run inspector to use the MCP Inspector.

Key features of solana-docs-server MCP Server

  • Resources for accessing notes via note:// URIs
  • Each note has title, content, and metadata
  • create_note tool for adding new text notes
  • summarize_notes prompt for generating summaries
  • Plain text mime type for simple content access

Use cases of solana-docs-server MCP Server

  • Demonstrating MCP resources, tools, and prompts
  • Creating and managing text notes in a server session
  • Generating structured summaries of stored notes

FAQ from solana-docs-server MCP Server

What resources does it provide?

Notes are

Comments

More Memory & Knowledge MCP servers