Solana Glossary
The most complete Solana glossary with 1000+ enriched terms. Available as SDK, MCP Server and Agent Skill.
What is Solana Glossary?
Solana Glossary is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to most complete solana glossary with 1000+ enriched terms. available as sdk, mcp server and agent skill.
The most complete Solana glossary with 1000+ enriched terms. Available as SDK, MCP Server and Agent Skill.
This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- The most complete Solana glossary with 1000+ enriched terms.
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx solana-glossaryConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Solana Glossary
The Solana Glossary MCP server provides AI agents with instant access to a comprehensive glossary of 1059 enriched Solana blockchain terms across 14 categories, exposed as 10 structured tools. It covers core protocol concepts, DeFi terminology, NFT standards, Token-2022 extensions, Jito MEV, and more — all with cross-references and localization support in Portuguese and Spanish. By injecting glossary context directly into LLM prompts rather than re-explaining Solana concepts each session, it saves tokens and enables accurate, grounded answers about the Solana ecosystem.
Prerequisites
- Node.js and npm (or pnpm/yarn) installed
- An MCP client such as Claude Desktop, Claude Code, or Cursor
- No API keys required — the glossary is fully self-contained
Configure your MCP client
Add the Solana Glossary MCP server to your MCP client configuration. The server is distributed as an npm package and runs via npx without a global install.
{
"mcpServers": {
"solana-glossary": {
"command": "npx",
"args": ["@stbr/solana-glossary"]
}
}
}Alternatively install the package globally
Install the package globally for faster startup if you use it frequently. The package name is @stbr/solana-glossary.
npm i -g @stbr/solana-glossary
# Or with pnpm
pnpm add -g @stbr/solana-glossaryRestart your MCP client
Restart Claude Desktop or reload your MCP client after adding the configuration. The server exposes 10 tools immediately with no additional setup.
Optional: install as an AI agent skill
Install the bundled AI skill so your agent automatically knows when and how to use the glossary tools. Copy the skill file to your project's .claude/skills/ directory.
# With skills-npm
npm skill add @stbr/solana-glossary
# Or manually
cp node_modules/@stbr/solana-glossary/skills/solana-glossary/SKILL.md .claude/skills/Solana Glossary Examples
Client configuration
Add to claude_desktop_config.json or ~/.claude.json for Claude Code. No environment variables are needed.
{
"mcpServers": {
"solana-glossary": {
"command": "npx",
"args": ["@stbr/solana-glossary"]
}
}
}Prompts to try
Ask about Solana concepts and let the agent look them up with precise, cross-referenced definitions instead of guessing from training data.
- "What is Proof of History and how does it relate to Proof of Stake on Solana?"
- "Explain what a PDA (Program Derived Address) is on Solana"
- "List all DeFi-related terms in the Solana glossary"
- "What is Jito and how does it relate to MEV on Solana?"
- "Explain the Token-2022 transfer fee extension"
- "Show me all terms tagged with 'jito' in the glossary"Troubleshooting Solana Glossary
npx @stbr/solana-glossary fails with package not found
Ensure you are using the full scoped package name @stbr/solana-glossary (with the @stbr/ scope prefix). The unscoped name solana-glossary is a different package. Clear the npx cache with `npx --yes clear-npx-cache` if you previously cached a wrong version.
MCP client shows the server as connected but tools return no results
The lookup_term tool requires an exact term ID or alias. Use search_glossary for fuzzy text search across all 1059 terms. Use list_categories to discover category names and then browse_category to explore terms by category.
Localized results are not appearing in Portuguese or Spanish
Pass the optional locale parameter explicitly in tool calls: use locale: "pt" for Portuguese or locale: "es" for Spanish. Not all 1059 terms have translations for all locales — the tool returns the English definition as a fallback when a localized version is not available.
Frequently Asked Questions about Solana Glossary
What is Solana Glossary?
Solana Glossary is a Model Context Protocol (MCP) server that most complete solana glossary with 1000+ enriched terms. available as sdk, mcp server and agent skill. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Solana Glossary?
Follow the installation instructions on the Solana Glossary GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Solana Glossary?
Solana Glossary works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Solana Glossary free to use?
Yes, Solana Glossary is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Solana Glossary Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to Solana Glossary? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
Browse More Knowledge & Memory MCP Servers
Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Solana Glossary in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Solana Glossary?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.