solana-docs-server MCP Server
@aldrin-labs
关于 solana-docs-server MCP Server
solana docs
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"solana-docs-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@aldrin-labs/solana-docs-mcp-server",
"--client",
"claude"
]
}
}
}工具
1Create new text notes
概览
What is solana-docs-server?
solana-docs-server is a TypeScript-based MCP server that implements a simple notes system, demonstrating core MCP concepts by providing resources, tools, and prompts for managing text notes.
How to use solana-docs-server?
Install dependencies with npm install, then build the server with npm run build. For Claude Desktop, add the server configuration to claude_desktop_config.json with the path to the built build/index.js. You can also install automatically via Smithery using npx -y @smithery/cli install @aldrin-labs/solana-docs-mcp-server --client claude.
Key features of solana-docs-server
- Resources representing text notes via
note://URIs with metadata create_notetool to create new text notessummarize_notesprompt for generating summaries of stored notes- Plain text MIME type for simple content access
- Each note has a title, content, and metadata
Use cases of solana-docs-server
- Creating and storing text notes through an MCP interface
- Generating AI-powered summaries of multiple notes using LLM prompts
- Demonstrating core MCP resource, tool, and prompt concepts for developers
FAQ from solana-docs-server
What is solana-docs-server?
It is a TypeScript-based MCP server that implements a simple notes system with resources, tools (create_note), and prompts (summarize_notes) for managing text notes.
How do I install solana-docs-server for Claude Desktop?
Add the server config to claude_desktop_config.json with the command pointing to the built build/index.js, or install via Smithery using the provided npx command.
What tools does solana-docs-server provide?
It provides one tool: create_note, which takes title and content as required parameters and stores the note in server state.
What runtime dependencies are required?
Node.js and npm are required. The server is built with TypeScript and communicates over stdio.
How can I debug solana-docs-server?
Use the MCP Inspector by running npm run inspector, which provides a URL to access debugging tools in your browser.
记忆与知识 分类下的更多 MCP 服务器
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
评论