Memory Alpha MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_memory_alphaB | Search Memory Alpha for Star Trek articles, characters, ships, episodes, and more |
| get_articleB | Get a full or partial article from Memory Alpha. Use exact article titles for best results. |
| get_random_articleA | Get random Star Trek articles from Memory Alpha - great for discovery and trivia |
| browse_categoriesA | Browse Memory Alpha articles by category (e.g. "Starfleet vessels", "Klingons", "TNG episodes") |
| get_episodeA | Get details about a Star Trek episode: synopsis, writer, director, stardate, guest cast |
| get_starshipA | Get details about a Star Trek starship: class, registry, armaments, crew complement |
| species_infoA | Get info about a Star Trek species: homeworld, physiology, culture, quadrant |
| get_timelineA | Get Star Trek events for a specific in-universe year (e.g. 2364, 22nd century) |
| on_this_dayB | Get Star Trek events, air dates, and birthdays for a specific date |
| crew_manifestA | Get the crew roster for a Star Trek starship or station |
| rules_of_acquisitionA | Look up Ferengi Rules of Acquisition by number, randomly, or search by keyword |
| compareA | Compare two Star Trek subjects side-by-side (characters, ships, species, etc.) |
| trivia_quizB | Generate a Star Trek trivia question from random Memory Alpha facts |
| who_said_itB | Quote attribution challenge - guess which Star Trek character said it |
| alien_phrasesA | Look up phrases and vocabulary from Star Trek alien languages (Klingon, Vulcan, Ferengi, etc.) |
| prime_directive_checkA | Evaluate whether an action violates the Prime Directive, with a humorous Starfleet assessment |
| red_shirt_analysisC | Assess survival odds in classic Trek redshirt style - because someone has to be the away team expendable |
| stardate_converterA | Convert between stardates and real-world dates, or get the current stardate |
| battle_simulatorA | Pit two Star Trek ships against each other in a tactical analysis based on their specs |
| away_team_builderA | Recommend an optimal away team composition for a mission based on crew specialties |
| episode_recommenderA | Get episode recommendations based on a Star Trek episode you enjoyed |
| character_lookupA | Get details about a Star Trek character: rank, species, affiliation, biography |
| holodeck_programA | Generate a Star Trek holodeck program designation, safety assessment, and malfunction probability |
| list_episodesA | List all episodes for a Star Trek series season |
| start_trivia_gameA | Generate a bundle of Star Trek trivia questions for a multi-player game session. Returns a game_id and question set. Clara should store game state in her session memory and track scores per player. |
| check_trivia_answerA | Check a player's trivia answer against the correct answer. Fully stateless — Clara passes the correct answer token and the player's response. |
| diplomatic_scenarioA | Generate a Star Trek diplomatic negotiation scenario between two factions, with positions, demands, and leverage points |
| anomaly_of_the_weekA | Generate a Star Trek space anomaly with effects on the ship and possible resolutions — classic TNG vibes |
| mirror_universeA | Describe the mirror universe version of a Star Trek character, ship, or event. Checks Memory Alpha for a dedicated mirror article. |
| first_contact_assessmentA | Given a species name, look it up on Memory Alpha and assess warp capability, government type, and recommended first contact approach |
| temporal_incursionB | Look up a known Star Trek time-travel event and describe the temporal paradox and its resolution. Can also fetch details from Memory Alpha. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| explain_like_spock | Explain a topic with Vulcan logic and emotional detachment |
| star_trek_analogy | Explain a coding/tech concept using Star Trek analogies |
| captains_log | Format a summary as a Captain's Log entry |
| technobabble | Transform an explanation into Star Trek technobabble |
| engage | Summarize a plan with Picard's decisive authority |
| make_it_so | Confirm a plan with Picard's commanding authority |
| fascinating | Perform a Spock-style analytical deep-dive |
| dammit_jim | McCoy-style scope creep objection |
| resistance_is_futile | Borg-style efficiency optimization |
| kobayashi_maru | Analyze a no-win scenario and find creative solutions |
| live_long_and_prosper | Vulcan salute session wrap-up |
| qs_judgment | Q's omnipotent roast of your code or decisions |
| scotty | Scotty-style engineering time estimate (multiply everything by 4) |
| guinan | Guinan-style wise bartender advice — cryptic but exactly what you needed |
| worf | Worf-style security assessment and tactical recommendation |
| counselor_troi | Counselor Troi empathic analysis — sense the feelings in your code or situation |
| seven_of_nine | Borg efficiency critique — precise, unsentimental, brutally optimal |
| kira_nerys | Bajoran resistance perspective — morally direct, politically sharp, passionately principled |
| janeway | Janeway-style determination — coffee, science, and sheer force of will against impossible odds |
| quark_deal | Ferengi contract negotiation — reframe any proposal in terms of profit, loss, and hidden clauses |
| data_inquiry | Data-style systematic analysis — thorough, earnest, peppered with probability estimates |
| holographic_doctor | EMH-style assessment — brilliant, sarcastic, and perpetually underappreciated |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| series | Reference listing of all Star Trek series |
| glossary | Key Star Trek terminology and definitions |
| technobabble | Star Trek particles, fields, and phenomena for generating authentic technobabble |
| starship-classes | Star Trek starship classes with era, role, and notable vessels |
| factions | Major Star Trek factions — government type, home region, notable treaties, diplomatic stance |
| prime-directive-cases | Canonical episodes where the Prime Directive was tested, with dilemmas and outcomes |
| technology-index | Key Star Trek technologies — how they work, notable failures, and series of origin |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SandboxServers/Memory-Alpha-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server