mcp-acronym-lookup

UnitVectorY-Labs/mcp-acronym-lookup
★ 0 stars Go 🤖 AI/LLM Updated 2d ago
A lightweight, configuration-driven MCP server that ingests a CSV of acronyms and initialisms to expose a lookup tool for their full meanings and descriptions.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-acronym-lookup": {
      "command": "go",
      "args": [
        "run",
        "github.com/UnitVectorY-Labs/mcp-acronym-lookup@latest"
      ]
    }
  }
}

README Excerpt

A lightweight, configuration-driven MCP server that ingests a CSV of acronyms and initialisms to expose a lookup tool for their full meanings and descriptions. `mcp-acronym-lookup` lets you turn any simple three‑column CSV file of abbreviations into an MCP server whose single tool can resolve those acronyms or initialisms, returning all matching definitions in JSON to your agent.

Tools (1)

ACRONYM_FILE

Topics

gomcp-server