strateegia MCP Server
MCP 서버 전략
이는 strateegia API와 통합되는 MCP(Model Context Protocol) 서버로, Claude나 Cursor와 같은 AI 어시스턴트가 strateegia 프로젝트에 액세스하여 상호 작용할 수 있도록 해줍니다.
특징
접근 가능한 모든 전략 프로젝트 나열
연구실 및 프로젝트에 대한 자세한 정보에 액세스하세요
Related MCP server: Apifox MCP Server
필수 조건
Node.js(v16 이상)
유효한 전략 API 키
개발을 위해
종속성 설치:
지엑스피1
프로젝트를 빌드하세요:
npm run buildStrateegia 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"
}
}
}
}커서로 연결하기
커서가 설치되어 있는지 확인하세요.
커서를 열고 설정 페이지로 이동합니다.
다음 구성으로 새로운 MCP 서버를 추가합니다.
env STRATEEGIA_API_KEY=your_api_key_here node path/to/strateegia-mcp-server/dist/index.js커서 재시작
사용 가능한 도구
서버는 다음과 같은 MCP 도구를 제공합니다.
list-projects: Strateegia 계정에서 접근 가능한 모든 프로젝트와 랩을 나열합니다.
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
문제 및 지원
문제가 발생하거나 지원이 필요한 경우 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