Integrates with the Strateegia API, allowing AI assistants to access and interact with Strateegia projects.
This is a Model Context Protocol (MCP) server that integrates with the strateegia API, allowing AI assistants like Claude or Cursor to access and interact with your strateegia projects.
npm install
npm run build
export STRATEEGIA_API_KEY=your_api_key_here
npm start
Make sure you have Claude for Desktop installed.
Create or edit your Claude for Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"strateegia": {
"command": "node",
"args": ["path/to/strateegia-mcp-server/dist/index.js"],
"env": {
"STRATEEGIA_API_KEY": "your_api_key_here"
}
}
}
}
env STRATEEGIA_API_KEY=your_api_key_here node path/to/strateegia-mcp-server/dist/index.js
The server exposes the following MCP tools:
list-projects
: Lists all accessible projects and labs from your strateegia accountContributions are welcome! Feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or need support, please file an issue on the GitHub repository.
Query and search for issues in Linear, a project management tool.
Connect AI assistants to Limitless to access personal memory and lifelog data.
A sales automation system that integrates Gmail, Google Sheets, Streak CRM, Notion, and Google Drive into a unified workflow.
A project management and session memory tool for AI agents to track projects, tasks, and context during chat sessions.
Premium memory consistent across all AI applications.
Recognize and extract text from handwritten documents using the Handwriting OCR service.
Create Anki flashcards using natural language by connecting to the AnkiConnect add-on.
Integrates with the Mautic marketing automation platform.
An MCP extension for the Claude Desktop application that enables automation and integration.
Human-in-the-loop platform - Allow AI agents and automations to send requests for approval to your gotoHuman inbox.