Skip to main content

MCP Integration

The Model Context Protocol (MCP) is how your AI assistants interact with MoLOS. Think of it as a universal adapter that lets Claude, ChatGPT, or any AI tool see and use your data.


Why MCP Matters

ProblemMCP Solution
AI forgets everythingMoLOS gives it permanent memory
Tools can't access dataMCP exposes your data as tools
No standard interfaceMCP provides one protocol for all AIs
Security concernsAPI keys let you control access

With MCP enabled, your AI can:

  • READ your tasks, notes, and projects
  • CREATE new items when needed
  • UPDATE status and progress
  • STAY AWARE of your goals and priorities

Getting Started

Navigate to AI in main menu, then select MCP.

1. Create an API Key

Give your AI assistant access to MoLOS:

  1. Go to API Keys tab
  2. Click Create New Key
  3. Name it (e.g., "Claude Desktop")
  4. Choose permissions (which modules it can access)
  5. Click Generate and copy key immediately

API Keys Create secure access keys for your AI tools

Security Best Practice

Treat API keys like passwords. Use different keys for different tools, and revoke them immediately if compromised.

2. Connect Your AI Tool

Now use the key to connect:

AI ToolHow to Connect
Claude DesktopSettings → MCP → Add server → Enter key
ChatGPTUse MCP-compatible plugin with your key
Custom AgentsConfigure in your agent's MCP client

Once connected, your AI can ask about your MoLOS data:

"What tasks do I have today?" → AI reads your Tasks module "Create a note about this project" → AI writes to your Markdown module "What's on my calendar?" → AI checks your Dashboard and Calendar


Create Custom Resources

Resources let you expose specific data or documents to your AI. Think of them as shortcuts for things your AI frequently needs.

MCP Resources

Built-in Resources

MoLOS provides these automatically:

ResourceURIDescription
molos://tasksAll your tasks, projects, and areas
molos://markdownDocuments and quick notes
molos://llm-councilConsultation history and personas

Create Your Own

  1. Go to Resources tab
  2. Click Create Resource
  3. Give it a name and URI (e.g., molos://my-project)
  4. Choose what it contains (static content or fetched from a URL)
  5. Save it

Use Cases:

  • Project documentation that changes often
  • Research notes you want AI to reference
  • Custom data sources specific to your workflow

Reusable Prompts

Prompts save time by pre-defining common instructions for your AI.

MCP Prompts

Why Use Prompts?

ProblemPrompt Solution
Repeating same instructionsDefine once, reuse forever
Complex workflowsBreak into named prompt templates
Team consistencyEveryone uses the same best prompts

Create a Prompt

  1. Go to Prompts tab
  2. Click Create Prompt
  3. Name it (e.g., "Daily Standup")
  4. Add arguments (optional placeholders)
  5. Write prompt template with {{argument}} syntax
  6. Save

Example Prompt:

Review my tasks for today and suggest the top 3 priorities.

Context:
- Available time: {{time_available}}
- Energy level: {{energy_level}}
- Upcoming deadlines: {{check_deadlines}}

Format as a numbered list.

Now when you ask your AI for "daily standup," it uses this pre-configured prompt automatically.


Monitor Activity

The Activity tab shows every interaction between your AI tools and MoLOS.

Why It MattersWhat You See
SecurityLog of every API call and data access
DebuggingTrack down issues with AI connections
Audit trailSee what your AI has been doing

Common Use Cases

For Individuals

GoalHow MCP Helps
AI personal assistantClaude Desktop with access to all your data
Task automationAI creates and updates tasks automatically
Smart remindersAI checks your schedule and suggests actions

For Teams

GoalHow MCP Helps
Shared knowledge baseTeam members access documents via MCP
Project coordinationAI reads and updates shared tasks
Consistent workflowsEveryone uses the same prompt templates

Troubleshooting

IssueSolution
AI can't connect?Verify API key is correct and not expired
"Access denied" error?Check key permissions include the module AI needs
Resource not found?Verify URI matches molos://your-resource format
Want to revoke access?Go to API Keys and delete the key immediately

Learn More


Last Updated: March 21, 2026 | Version 1.1.0