HomeToolsPlan StackBest ForCompare
RightAIChoice
CompareBlog
Submit a ToolSign inSign upPlan Your Stack
RightAIChoice

The decision-making engine for discovering AI tools.

One AI tool every Friday

A 60-second editorial pick. No filler, no funnel — unsubscribe anytime.

Product

  • Browse tools
  • Categories
  • Search
  • Plan my stack
  • Find my AI tool
  • AI chat
  • Compare
  • Submit your tool

Resources

  • Best AI guides
  • Stacks
  • Blog
  • Methodology
  • Viability scoring

Company

  • About
  • Team
  • Press & brand kit
  • Contact

Your account

  • Dashboard
  • Saved tools
  • Settings
  • Sign in
  • Create account

Legal

  • Privacy
  • Terms
  • Affiliate disclosure
  • Unsubscribe

© 2026 RightAIChoice. All rights reserved.

Built for the AI community.

RightAIChoice
CompareBlog
Submit a ToolSign inSign upPlan Your Stack
Tools💻 Code & DevelopmentTenets
Tenets

Tenets

Free

100% local MCP server for intelligent code context: BM25, TF-IDF, import graphs rank files for AI assistants.

By Tanmay Verma, Founder · Last verified 03 Jul 2026

0 views
Added 6d ago
69/100Monitor
Visit Website

In short

Tenets — 100% local MCP server for intelligent code context: BM25, TF-IDF, import graphs rank files for AI assistants. Best for Developers using AI coding assistants who need better context, Privacy-conscious teams that require local-only code analysis, Teams wanting to define and enforce coding principles (tenets) in AI workflows. Free to use.

Compared withvs Voyage Aivs Spider Cloudvs Temporal Ai

Is Tenets actually worth it?

Live

See what real users actually say. We scan live discussions, reviews and complaints across the web and hand you an honest verdict — in under a minute.

3 free scans · no card needed · downloadable report

Run a free scan

Editorial Verdict

Best for
Developers using AI coding assistants who need better contextPrivacy-conscious teams that require local-only code analysisTeams wanting to define and enforce coding principles (tenets) in AI workflowsDevelopers exploring MCP ecosystem for IDE integration
Not ideal for
Non-developers who just want a code search tool (CLI/API required)Those needing cloud-based collaborative features or team dashboardsUsers who prefer commercial, supported products over community-driven open source

Tenets elegantly solves the 'garbage in, garbage out' problem for AI coding assistants by intelligently curating local code context. Its privacy-first, local-only approach is a standout in the MCP space, though the lack of a hosted tier means no collaboration features. Best for developers who value control and context quality over convenience.

Compare with: Tenets vs Draftbit, Tenets vs AppGyver, Tenets vs Cognition AI

Last verified: July 2026

What's new in Tenets

Checked 6 days ago

Across the latest 3 updates: 3 changelog entries.

ChangelogBlog·Dec 4Newest

Setting Up Tenets with Cursor and Claude

Step-by-step guide for integrating Tenets with Cursor and Claude.

ChangelogBlog·Dec 4Newest

Model Context Protocol Explained

Explains what MCP is, why it matters, and how Tenets fits into the ecosystem.

ChangelogBlog·Dec 4Newest

Why Context Is Everything in AI Coding

Blog post argues AI coding quality depends on context quality, not model size.

What independent users actually report about Tenets

We ran a structured research pass across product reviews, community discussions, and post-purchase forum threads to surface the patterns vendors won't publish themselves. Below: the recurring strengths, the hidden costs people mention most, and the cohort that consistently regrets adopting this tool.

43 mentions across 2 sources (Hacker News, Lemmy).

0% positive100% critical
Recurring strengths
  • +100% local processing ensures code never leaves your machine.
  • +Multi-factor ranking (BM25, TF-IDF, import graphs, git signals) for relevant context.
  • +Easy install via pip and native MCP integration with popular AI assistants.
  • +Optional ML embeddings for semantic understanding of code.
  • +Token-budget-aware packing and model-specific token counting.
Recurring frustrations
  • −No community feedback exists to confirm any of the claimed features.
  • −Limited to MCP-compatible assistants; no standalone IDE plugin.
  • −No benchmarks or performance data for large repositories.
  • −Unclear documentation quality and real-world onboarding difficulty.
  • −ML embeddings require an extra install (tenets[ml]) and may need GPU.
Patterns worth knowing
No actual user discussions about Tenets tool exist in community data.
Seen on Hacker News, Lemmy
Learning curve
intermediateProductive in ~15 minutes (pip install + MCP config)
Hidden costs people mention
  • • No hidden costs; all features free. ML embeddings may require local GPU compute.

Viability Score

69/100
Monitor

How likely is Tenets to still be operational in 12 months? Based on 4 signals — momentum (how recently it shipped), wrapper dependency, revenue model, and web presence.

momentum
55
funding runway
40
website health
90
wrapper dependency
100

Last calculated: July 2026

How we score →

Key Features

  • Multi-factor NLP code ranking (BM25, TF-IDF, import graphs, Git signals)
  • MCP server for native AI assistant integration
  • 100% local processing – no data leaves your machine
  • Context distillation with file ranking and summary
  • Session management with persistent tenets (guiding principles)
  • Project analysis: complexity hotspots, ownership, quality metrics
  • Team velocity tracking (momentum command)
  • Dependency graph visualization (interactive D3.js HTML)
  • Optional ML embeddings (semantic transformers with tenets[ml])
  • Token-budget-aware packing and model-specific token counting
  • Rules-based and ML summarizers built-in
  • CLI for rank, examine, distill, session, viz, momentum commands
  • Privacy-first: no API keys required for core features
  • Open source under MIT license

About Tenets

FreeIntermediateAPI availableCLI · Desktop

Tenets is an open-source, privacy-first tool that solves the context problem for AI-assisted coding. It provides a Model Context Protocol (MCP) server, Python library, and CLI that automatically finds, ranks, and aggregates the most relevant code files for any development task. Instead of manually selecting files or feeding entire directories, Tenets uses multi-factor NLP ranking (BM25, TF-IDF, keyword extraction, import graphs, Git history) to deliver high-signal context to AI coding assistants while keeping your code entirely local. Targeted at developers and teams using AI coding assistants like Cursor, Claude Desktop, or Windsurf, Tenets integrates natively via MCP. You install it with a single pip command, configure your IDE, and Tenets exposes tools that the assistant calls on demand. It runs 100% on your machine—no cloud, no API keys needed for core features, making it ideal for privacy-conscious users and organizations. What sets Tenets apart from other MCP servers is its intelligent ranking layer. While others offer raw file access, Tenets analyzes code structure, import relationships, semantic meaning, and even Git signals to rank files by relevance. It includes optional ML embeddings (with tenets[ml]), token-budget-aware packing, and summarizers—both rules-based and ML—so the AI sees only the most important code within context limits. Beyond context building, Tenets offers project analysis tools: examining code complexity, hotspots, ownership, and team velocity. It also supports 'tenets'—guiding principles you can define and instill into sessions (e.g., 'Always validate user input') that persist across interactions. The CLI further enables dependency visualization, ranking queries, and session management.

Behind the Verdict

Tenets fills a genuine gap in the AI coding workflow. Most MCP servers simply give the AI raw file access—the AI still has to figure out what to read. Tenets does the heavy lifting of ranking and summarizing code so the assistant gets only what's relevant. That pre-filtering matters when context windows are tight and prompt quality depends on signal. We'd reach for this when working on a large codebase where manually curating context is tedious. The 'tenets' feature—persistent guiding principles—is a nice touch for enforcing coding standards across AI sessions. The optional ML embeddings add semantic understanding without sending code to the cloud. Where Tenets falls short: no hosted/cloud tier means no team collaboration features, no dashboards, and no way to share analysis results without CLI access. It's also not for non-developers—everything is command-line or IDE-config. The setup, while simple, still requires editing JSON config files, which might trip up less technical users. Compared to alternatives like Sourcegraph Cody or GitHub Copilot, Tenets is more flexible but less polished. Cody offers a GUI and cloud sync; Tenets gives you full control and privacy. The MIT license means you can fork and modify it freely, but support is community-driven. If your team prioritizes data privacy and wants to avoid cloud AI dependencies, Tenets is a strong choice. If you prefer a managed experience with collaboration features, look elsewhere.

Researching Tenets? Get your full AI stack in 60 seconds.

Free, no signup — tell us your goal and get tools matched to your budget & existing stack.

Use Cases

  • Feed an AI assistant the exact code files needed for a feature, automatically ranked by relevance.
  • Enforce team coding principles by defining tenets that persist across AI sessions.
  • Analyze a codebase for complexity hotspots and ownership patterns to plan refactoring.
  • Visualize module dependencies as interactive graphs to understand architecture.
  • Track team velocity over time using Git history to identify bottlenecks.

Limitations

  • Tenets is a local tool with no cloud backend, so team-wide context sharing or collaboration features are absent.
  • The optional ML embeddings require separate installation (tenets[ml]) and may need significant local resources.
  • The tool's effectiveness is limited to what MCP clients support; standalone usage without MCP is CLI-only.

12-month cost

Project the real annual outlay, including the implied monthly cost when only an annual tier is published.

Annual total
Free
Over 12 months
Effective monthly
Free
Billed monthly

Vendor list price only. Add-on usage, seat overages, and contract minimums are surfaced under Hidden costs & gotchas.

Integrations

CursorClaude DesktopWindsurf

Resources & Guides

  • Resourcetenets.dev

    Home · Tenets

    Helpful link from tenets.dev

  • Resourcetenets.dev

    About · Tenets

    Helpful link from tenets.dev

  • Resourcetenets.dev

    Blog · Tenets

    Helpful link from tenets.dev

  • Resourcetenets.dev

    Why Context Matters · Tenets

    Helpful link from tenets.dev

  • Resourcetenets.dev

    Mcp Explained · Tenets

    Helpful link from tenets.dev

  • Documentationtenets.dev

    Docs · Tenets

    Full product docs from tenets.dev

Frequently Asked Questions

Tools that pair well with Tenets

Common stack mates teams adopt alongside Tenets, with the specific reason each pairing earns its keep.

Draftbit

Draftbit

Visually build native & web apps with AI agents and exportable code

AppGyver

AppGyver

Low-code, pro-code, and AI platform for SAP extensions and automation.

Cognition AI

Cognition AI

Autonomous AI software engineer for enterprise production code

Featured Head-to-Head Comparisons

Tenets vs Voyage Ai

Tenets vs Spider Cloud

Tenets vs Temporal Ai

Alternatives to Tenets

View all
Draftbit

Draftbit

Visually build native & web apps with AI agents and exportable code

FreemiumTry
AppGyver

AppGyver

Low-code, pro-code, and AI platform for SAP extensions and automation.

Contact SalesTry
Cognition AI

Cognition AI

Autonomous AI software engineer for enterprise production code

FreemiumTry

Used Tenets? Help shape our editorial sentiment research.

Sign in to share

Details

Pricing
Free
Skill Level
Intermediate
Platforms
CLI, Desktop
API Available
Yes
Pricing & overview verified
6d ago

Categories

💻 Code & Development⚙️ Developer Infrastructure

Best-of guides

Best AI Tools for Coding & Development

Topics

AutomationRAGAPIOpen SourceCode Generation

Resources

Official Website
Visit Website
RightAIChoice

The decision-making engine for discovering AI tools.

One AI tool every Friday

A 60-second editorial pick. No filler, no funnel — unsubscribe anytime.

Product

  • Browse tools
  • Categories
  • Search
  • Plan my stack
  • Find my AI tool
  • AI chat
  • Compare
  • Submit your tool

Resources

  • Best AI guides
  • Stacks
  • Blog
  • Methodology
  • Viability scoring

Company

  • About
  • Team
  • Press & brand kit
  • Contact

Your account

  • Dashboard
  • Saved tools
  • Settings
  • Sign in
  • Create account

Legal

  • Privacy
  • Terms
  • Affiliate disclosure
  • Unsubscribe

© 2026 RightAIChoice. All rights reserved.

Built for the AI community.