M
MCP Challenge
MCP server by Natnael-Alemseged
创建于 2/2/2026
更新于 23 days ago
README
Repository documentation and setup instructions
Tenx MCP Setup & AI Orchestration Challenge
This repository contains my submission for the Tenx MCP Setup Challenge. The goal of this project was to establish a high-fidelity connection with the Tenx Analysis MCP server and implement an advanced AI orchestration workflow.
🚀 Key Features
- MCP Integration: Real-time interaction logging with the Tenx Feedback Analytics server.
- Orchestration Workflow: Implementation of a "Plan-Execute-Verify" cycle inspired by Boris Cherny.
- Persistent Memory: Use of an
agents.mdfile to maintain project-specific context and standards across sessions.
🛠 Setup & Configuration
- IDE: Cursor
- Agent: Cursor AI (configured via
.cursor/) - MCP Server: Tenx Feedback Analytics
📄 Documentation
- Detailed insights and troubleshooting can be found in REPORT.md.
- Global agent rules are defined in .cursor/rules/agent.mdc.
- Project-specific standards are maintained in agents.md.
- External sources and citations: EXTERNAL_SOURCES.md.
- Rule version history: RULE_VERSION_HISTORY.md.
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx mcp-challenge
Cursor 配置 (mcp.json)
{
"mcpServers": {
"natnael-alemseged-mcp-challenge": {
"command": "uvx",
"args": [
"mcp-challenge"
]
}
}
}