Give your AI assistant instant understanding of your project
Context Profiles are a powerful feature that allows you to provide project-specific context to your AI assistant automatically. Instead of repeatedly explaining your project structure, coding standards, or API documentation in every conversation, you can create reusable context profiles that are automatically available to your AI assistant.
Think of Context Profiles as a knowledge base for your AI assistant. When you link a Context Profile to a workspace, your AI assistant instantly understands your project's conventions, architecture, and best practices - without you having to explain them every time.
When you link a Context Profile to a VS Code workspace, OrbitalMCP automatically makes that context available to your AI assistant in two ways:
.orbitalmcp/context.md file is generated in your
workspace containing all context profile information. your AI assistant
automatically reads this file at the start of every conversation,
giving it instant understanding of your project.
Navigate to your OrbitalMCP Dashboard and click on the Context Profiles tab.
Click the Create New Context Profile button. You'll be prompted to:
Context Profiles support three types of items:
Add plain text context like coding standards, project guidelines, or instructions. Perfect for rules, conventions, and general information.
Example: "Always use TypeScript strict mode. Follow ESLint rules. Use async/await instead of promises."
Reference external documentation, API specs, or web resources. The AI agent can fetch and read content from these URLs when needed.
Example: "https://docs.myapi.com/v2/reference" - Your internal API documentation
Upload files like README.md, architecture diagrams, or configuration examples. Files are stored securely and made available to AI agents.
Example: Upload your project's README.md or a database schema diagram
Click Save to create your Context Profile. You can edit or delete it anytime from the dashboard.
Once you've created a Context Profile, you need to link it to a VS Code workspace:
orbitalmcpConnector.contextProfileId setting
to your profile ID
💡 Pro Tip
When you first install the OrbitalMCP extension, you'll see a notification asking if you want to link a Context Profile. This is the easiest way to get started!
Once you link a Context Profile to your workspace, your AI assistant automatically has access to your context in every conversation. No special commands needed - just start coding!
your AI assistant will respond based on your project's context, coding standards, and guidelines - automatically.
The .orbitalmcp/context.md file is generated in your
workspace root when you link a Context Profile. your AI assistant reads
this file at the start of each conversation, giving it instant
understanding of:
When you update a Context Profile on the OrbitalMCP dashboard, the
.orbitalmcp/context.md file is automatically refreshed
in your workspace. You can also manually refresh using the
OrbitalMCP: Refresh Workspace Context command.
Context Profile limits vary by subscription tier:
Upgrade to Pro to create more profiles and add more context items.
Create a profile with:
Create a profile with:
Create a profile with:
Make sure you've linked the profile to your workspace. Check the OrbitalMCP sidebar in VS Code to verify the link status.
The .orbitalmcp/context.md file is generated when you
link a profile. Try running the command
OrbitalMCP: Refresh Workspace Context from the VS
Code command palette.
If your AI assistant doesn't seem to be using your context, verify that
the .orbitalmcp/context.md file exists in your workspace
root. You can also try restarting your AI assistant or explicitly asking:
"What context do you have about this project?"
After editing a Context Profile in the dashboard, refresh your workspace context in VS Code using the OrbitalMCP: Refresh Workspace Context command.
If you have questions or need assistance with Context Profiles: