Solana Glossary

v1.0.0Knowledge & Memorystable

The most complete Solana glossary with 1000+ enriched terms. Available as SDK, MCP Server and Agent Skill.

agent-configagent-skillmcp-serversolana-agentsolana-glossary
Share:
17
Stars
0
Downloads
0
Weekly
0/5

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

Access 1000+ enriched Solana terms and definitions.
Learn Solana concepts while building with AI assistants.
solanabr

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 17, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx solana-glossary

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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

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-glossary
3

Restart 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.

4

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.

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.

Quick Config Preview

{ "mcpServers": { "solana-glossary": { "command": "npx", "args": ["-y", "solana-glossary"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides