Stardust Docs MCP Server
The Stardust Docs MCP (Model Context Protocol) server gives AI assistants direct access to search and retrieve Stardust documentation. This means your AI coding assistant can look up Stardust features, CLI commands, and best practices without you having to copy-paste from the docs.Why Use This?
Instant Context
Your AI assistant can search the docs and find relevant information in seconds.
Accurate Answers
Get responses grounded in official documentation, not hallucinated guesses.
Stay in Flow
No context switching to browser tabs. Ask questions right in your editor.
Always Current
The MCP server returns the latest documentation, not outdated training data.
Setup
- Claude Code
- Manual Configuration
- Cursor
Add the MCP server to your project with a single command:This adds the server to your project’s
.mcp.json configuration file.Available Tools
The MCP server exposes the following tool:SearchStardust
Search the Stardust documentation for relevant content.| Parameter | Type | Description |
|---|---|---|
query | string | The search query (e.g., “task prioritization”, “CLI commands”) |
Example Usage
Once configured, your AI assistant can search the docs naturally:
- “How do I prioritize tasks in Stardust?”
- “What CLI commands are available for task management?”
- “Explain the AI triage feature”
- “How do I configure keyboard shortcuts?”
Troubleshooting
MCP server not found
MCP server not found
Verify the server is configured correctly:You should see
stardust-docs in the list. If not, re-run the add command.No results returned
No results returned
Try more specific queries. Instead of “tasks”, try “how to create a task” or “task prioritization”.
Connection errors
Connection errors
The MCP server requires an internet connection to reach
docs.stardust.computer. Check your network connection and any firewall settings.