MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by Natnael-Alemseged

创建于 2/2/2026
更新于 23 days ago
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.md file 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

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx mcp-challenge

Cursor 配置 (mcp.json)

{ "mcpServers": { "natnael-alemseged-mcp-challenge": { "command": "uvx", "args": [ "mcp-challenge" ] } } }