M
MCP Challenge
MCP server by Natnael-Alemseged
Created 2/2/2026
Updated about 24 hours 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: VS Code
- Agent: GitHub Copilot
- MCP Server: Tenx Feedback Analytics
📄 Documentation
- Detailed insights and troubleshooting can be found in REPORT.md.
- Global agent rules are defined in .github/copilot-instructions.md.
- Project-specific standards are maintained in agents.md.
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp-challenge
Cursor configuration (mcp.json)
{
"mcpServers": {
"natnael-alemseged-mcp-challenge": {
"command": "uvx",
"args": [
"mcp-challenge"
]
}
}
}