tenets and systemprompt-mcp-server
These are **competitors**, as both tools implement the Model Context Protocol (MCP) server, offering different production-ready approaches to serving intelligent context for prompts.
About tenets
jddunn/tenets
Local-first MCP server for intelligent context that feeds your prompts
Implements intelligent code context aggregation using NLP-based ranking (BM25, TF-IDF, embeddings, git signals) and automatically injects coding standards ("tenets") into prompts to maintain consistency. Exposes tools via Model Context Protocol to integrate natively with Cursor, Claude Desktop, Windsurf, and VS Code—all processing runs locally without external APIs.
About systemprompt-mcp-server
systempromptio/systemprompt-mcp-server
A complete, production-ready implementation of a Model Context Protocol (MCP) server demonstrating OAuth 2.1, tools, prompts, resources, sampling, and notifications using Reddit as a real-world integration example.
Implements stdio transport with automatic reconnection and multi-user session management, supporting real-time notifications and AI-assisted content generation through sampling with human approval workflows. Built in TypeScript with comprehensive OAuth 2.1/PKCE handling, structured JSON Schema validation, and modular architecture designed for easy adaptation to other OAuth-based APIs beyond Reddit. Compatible with MCP Inspector and any MCP-compliant client, offering a reference implementation for production deployments requiring secure authentication and LLM integration.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work