strateegia MCP Server
MCP 服务器策略
这是一个与 strateegia API 集成的模型上下文协议 (MCP) 服务器,允许 Claude 或 Cursor 等 AI 助手访问和与您的 strateegia 项目进行交互。
特征
列出所有可访问的战略项目
访问有关实验室和项目的详细信息
Related MCP server: Apifox MCP Server
先决条件
Node.js(v16 或更高版本)
有效的 strateegia API 密钥
为了发展
安装依赖项:
npm install构建项目:
npm run build将您的 strateegia API 密钥设置为环境变量:
export STRATEEGIA_API_KEY=your_api_key_here启动服务器:
npm start与 Claude 桌面版连接
确保您已安装Claude for Desktop 。
创建或编辑您的 Claude for Desktop 配置文件:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%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"
}
}
}
}使用光标连接
确保您已安装Cursor 。
打开 Cursor 并转到设置页面。
添加一个新的 MCP 服务器,配置如下:
env STRATEEGIA_API_KEY=your_api_key_here node path/to/strateegia-mcp-server/dist/index.js重启光标
可用工具
该服务器公开以下 MCP 工具:
list-projects:列出您的 strateegia 帐户中所有可访问的项目和实验室
贡献
欢迎贡献代码!欢迎提交 Pull 请求。
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
问题与支持
如果您遇到任何问题或需要支持,请在GitHub 存储库上提交问题。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA simple server that integrates with Claude to allow querying and manipulating Notion pages and databases through natural language prompts.837MIT

Apifox MCP Serverofficial
AlicenseNot gradedqualityFmaintenanceA server that connects AI coding assistants like Cursor and Cline to Apifox API definitions, allowing developers to implement API interfaces through natural language commands.1,17694ISC- FlicenseNot gradedqualityDmaintenanceA server that bridges Claude AI with the Plane project management platform, enabling AI-powered project management tasks including project creation, task management, team collaboration, and automated workflows.5
- AlicenseNot gradedqualityDmaintenanceAn integration server that allows AI models to query Practera's GraphQL API for learning data, enabling LLMs to analyze and manipulate educational projects and assessments.2MIT
Related MCP Connectors
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/filipecalegario/mcp-server-strateegia'
If you have feedback or need assistance with the MCP directory API, please join our Discord server