Strateegia
About
Provides a bridge to the Strateegia API, enabling quick retrieval of project workspace details through a single tool for listing projects and integrating collaborative data directly into workflows.
Details
- Author
- filipecalegario
- Repository
- filipecalegario/mcp-server-strateegia
- Downloads
- 145
- Categories
- Productivity, Project Management, Communication, API, Developer Tools, Design, Workplace, AI, Infrastructure
- Tags
- #integration
Jump to
- List all accessible strateegia projects
- Access detailed information about labs and projects
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
StrateegiaCommand (node, npx, python, etc.)nodeArguments-
Argument 1
path/to/strateegia-mcp-server/dist/index.js
Environment-
STRATEEGIA_API_KEY
your_api_key_here
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Prerequisites
- Node.js (v16 or higher)
- A valid strateegia API key
list-projects
Lists all accessible projects and labs from your strateegia account.
The server exposes the following MCP tools:
- list-projects: Lists all accessible projects and labs from your strateegia account
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"strateegia": {
"env": {
"STRATEEGIA_API_KEY": "your_api_key_here"
},
"args": [
"path/to/strateegia-mcp-server/dist/index.js"
],
"command": "node"
}
}
}
Linux
{
"env": {
"STRATEEGIA_API_KEY": "your_api_key_here"
},
"args": [
"path/to/strateegia-mcp-server/dist/index.js"
],
"command": "node"
}
Macos
{
"env": {
"STRATEEGIA_API_KEY": "your_api_key_here"
},
"args": [
"path/to/strateegia-mcp-server/dist/index.js"
],
"command": "node"
}
Windows
{
"env": {
"STRATEEGIA_API_KEY": "your_api_key_here"
},
"args": [
"path/to/strateegia-mcp-server/dist/index.js"
],
"command": "node"
}
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.
- List all accessible strateegia projects
- Access detailed information about labs and projects
- Node.js (v16 or higher)
- A valid strateegia API key
- Set your strateegia API key as an environment variable:
export STRATEEGIA_API_KEY=your_api_key_here
-
Make sure you haveClaude for Desktopinstalled.
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
{ "mcpServers": { "strateegia": { "command": "node", "args": ["path/to/strateegia-mcp-server/dist/index.js"], "env": { "STRATEEGIA_API_KEY": "your_api_key_here" } } } }
- Make sure you haveCursorinstalled.
- 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
The server exposes the following MCP tools:
- list-projects: Lists all accessible projects and labs from your strateegia account
Contributions are welcome! Feel free to submit a Pull Request.
This project is licensed under the MIT License - see theLICENSEfile for details.
If you encounter any issues or need support, please file an issue on theGitHub repository.
Access the Miro REST API v2 for managing boards, creating content, and collaborating.
Keep teams & agents coordinated automatically
Connects AI clients to the Agile Luminary project management system via its REST API.
Integrate with Atlassian Cloud to access Jira tickets, issues, projects, and Confluence pages.
Interact with Atlassian Confluence Cloud spaces, pages, and content in real-time.
An open-source Model Context Protocol (MCP) server for Atlassian Confluence that lets AI assistants like Claude and Windsurf read, create, search, and manage Confluence wiki pages. Works with Confluence Cloud, on-premise Server, and Data Center deployments — connect your AI coding agent to your team's knowledge base in seconds via npx.
Integrates with the Backlog API to manage projects and issues.
Interact with the Backlog API to manage projects, issues, wikis, git repositories, and more.
An MCP server for interacting with the Backlog API, a project management and collaboration tool.
An MCP server for integrating ClickUp tasks with AI applications, featuring task dependency management and bug fixes.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




