Strateegia
Integrates with the Strateegia API, allowing AI assistants to access and interact with Strateegia projects.
strateegia MCP Server
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.
Features
- List all accessible strateegia projects
- Access detailed information about labs and projects
Prerequisites
- Node.js (v16 or higher)
- A valid strateegia API key
For Development
- Install dependencies:
npm install
- Build the project:
npm run build
- Set your strateegia API key as an environment variable:
export STRATEEGIA_API_KEY=your_api_key_here
- Start the server:
npm start
Connecting with Claude for Desktop
-
Make sure you have Claude for Desktop installed.
-
Create or edit your Claude for Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Add the following configuration:
{
"mcpServers": {
"strateegia": {
"command": "node",
"args": ["path/to/strateegia-mcp-server/dist/index.js"],
"env": {
"STRATEEGIA_API_KEY": "your_api_key_here"
}
}
}
}
Connecting with Cursor
- Make sure you have Cursor installed.
- Open Cursor and go to the settings page.
- Add a new MCP server with the following configuration:
env STRATEEGIA_API_KEY=your_api_key_here node path/to/strateegia-mcp-server/dist/index.js
- Restart Cursor
Available Tools
The server exposes the following MCP tools:
list-projects: Lists all accessible projects and labs from your strateegia account
Contributing
Contributions are welcome! Feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Issues and Support
If you encounter any issues or need support, please file an issue on the GitHub repository.
İlgili Sunucular
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
Jira-pilot
About AI-powered Jira CLI and MCP server for humans and agents manage issues, sprints, boards with interactive wizards, multi-provider AI
Obsidian MCP Server
An MCP server that allows AI assistants to read from and write to your local Obsidian vault.
MCP Sharepoint (aisuru)
A Model Context Protocol (MCP) server that exposes core Microsoft SharePoint / Microsoft Graph API functionalities as tools usable by LLM agents (e.g. Claude Desktop).
SoftCroft Doc Server MCP
Manages BookStack documentation for the SoftCroft multi-agent system, aiding in Sage 200 to Odoo 17 migration.
TimeMCP
A server for time and timezone conversion tools.
MCP Easy Copy
Easily discover and copy available MCP services within Claude Desktop.
OnlyBots.Exchange
AI agent skill marketplace — 38 pre-built skills across 13 categories. Discovery API, MCP server, and npm SDK for programmatic integration.
Planka
Interact with Planka, a Trello-like kanban board, to manage projects, boards, and cards. Requires Planka server URL and credentials.
Obsidian iCloud MCP
Access and manage Obsidian notes stored in iCloud Drive.
repo-graph
Structural graph map of any codebase. LLM queries the graph instead of grepping through everything. 13 languages, auto-detected flows, cross-stack linking. Zero deps.