MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by Natnael-Alemseged

Created 2/2/2026
Updated about 24 hours 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: VS Code
  • Agent: GitHub Copilot
  • MCP Server: Tenx Feedback Analytics

📄 Documentation

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" ] } } }