From e47847e4daa070d1a19caf600561cb324091acca Mon Sep 17 00:00:00 2001 From: Bristlecone2026 Date: Fri, 28 Aug 2026 17:35:24 -0600 Subject: [PATCH 1/5] Add Bristlecone Logic to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6089495b4..f3ff789ac 100644 --- a/README.md +++ b/README.md @@ -1056,6 +1056,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### 💻 Developer Tools +- [Bristlecone-Logic/bristlecone-logic](https://github.com/Bristlecone-Logic/bristlecone-logic) - Deterministic execution guardrails, isolated AST math evaluation, SSRF-safe DNS routing, and autonomous malformed JSON repair. - [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [![hivemindunit/llmintel-mcp MCP server](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp` - [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [![rm-rf-prod/GroundTruth-MCP MCP server](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP/badges/score.svg)](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp` - [scarletkc/vexor](https://github.com/scarletkc/vexor) [![scarletkc/vexor MCP server](https://glama.ai/mcp/servers/scarletkc/vexor/badges/score.svg)](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`. From 35152f204ddfe10ea79f707669e0511d7a18e474 Mon Sep 17 00:00:00 2001 From: Bristlecone2026 Date: Fri, 28 Aug 2026 18:02:25 -0600 Subject: [PATCH 2/5] Add Glama badge and emoji tags to bristlecone-logic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3ff789ac..5cd77f3c5 100644 --- a/README.md +++ b/README.md @@ -1056,7 +1056,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### 💻 Developer Tools -- [Bristlecone-Logic/bristlecone-logic](https://github.com/Bristlecone-Logic/bristlecone-logic) - Deterministic execution guardrails, isolated AST math evaluation, SSRF-safe DNS routing, and autonomous malformed JSON repair. +- [Bristlecone-Logic/bristlecone-logic](https://github.com/Bristlecone-Logic/bristlecone-logic) [![Bristlecone-Logic/bristlecone-logic MCP server](https://glama.ai/mcp/servers/Bristlecone-Logic/bristlecone-logic/badges/score.svg)](https://glama.ai/mcp/servers/Bristlecone-Logic/bristlecone-logic) 🐍 ☁️ - Deterministic execution guardrails, isolated AST math evaluation, SSRF-safe DNS routing, and autonomous malformed JSON repair. - [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [![hivemindunit/llmintel-mcp MCP server](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp` - [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [![rm-rf-prod/GroundTruth-MCP MCP server](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP/badges/score.svg)](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp` - [scarletkc/vexor](https://github.com/scarletkc/vexor) [![scarletkc/vexor MCP server](https://glama.ai/mcp/servers/scarletkc/vexor/badges/score.svg)](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`. From b35d7084986915c2abd86522cdab7ad76d940a23 Mon Sep 17 00:00:00 2001 From: Bristlecone2026 Date: Mon, 7 Sep 2026 15:16:14 -0600 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 568439d40..1fa268e5c 100644 --- a/README.md +++ b/README.md @@ -1096,7 +1096,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### 💻 Developer Tools - [2ools/mcp-server](https://github.com/2ools/mcp-server) [![2ools/mcp-server MCP server](https://glama.ai/mcp/servers/2ools/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/2ools/mcp-server) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Turn what your assistant just built into a durable, versioned project. One free authless tool (`create_public_preview`) renders a standalone HTML document as a real shareable URL; 42 more cover projects, refinement, version comparison, separately-delegated approvals, artifacts, work assignments and source export. Build authority and review authority are deliberately separate scopes. Remote Streamable HTTP, OAuth 2.1 + PKCE. `https://2ools.app/mcp` -- [Bristlecone-Logic/bristlecone-logic](https://github.com/Bristlecone-Logic/bristlecone-logic) [![Bristlecone-Logic/bristlecone-logic MCP server](https://glama.ai/mcp/servers/Bristlecone-Logic/bristlecone-logic/badges/score.svg)](https://glama.ai/mcp/servers/Bristlecone-Logic/bristlecone-logic) 🐍 ☁️ - Deterministic execution guardrails, isolated AST math evaluation, SSRF-safe DNS routing, and autonomous malformed JSON repair. +- [Bristlecone-Logic/bristlecone-logic](https://github.com/Bristlecone2026/bristlecone-logic) [![Bristlecone-Logic/bristlecone-logic MCP server](https://glama.ai/mcp/servers/Bristlecone2026/bristlecone-logic/badges/score.svg)](https://glama.ai/mcp/servers/Bristlecone2026/bristlecone-logic) 🌲 🐍 - Deterministic execution guardrails, isolated AST math evaluation, SSRF-safe DNS routing, and autonomous malformed JSON repair. - [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [![hivemindunit/llmintel-mcp MCP server](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp` - [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [![rm-rf-prod/GroundTruth-MCP MCP server](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP/badges/score.svg)](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp` - [scarletkc/vexor](https://github.com/scarletkc/vexor) [![scarletkc/vexor MCP server](https://glama.ai/mcp/servers/scarletkc/vexor/badges/score.svg)](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`. From bce05a431311caf22ff4585ccaacb7e206bedc3e Mon Sep 17 00:00:00 2001 From: Bristlecone2026 Date: Sun, 13 Sep 2026 10:14:55 -0600 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fa268e5c..e0a954119 100644 --- a/README.md +++ b/README.md @@ -1096,7 +1096,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### 💻 Developer Tools - [2ools/mcp-server](https://github.com/2ools/mcp-server) [![2ools/mcp-server MCP server](https://glama.ai/mcp/servers/2ools/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/2ools/mcp-server) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Turn what your assistant just built into a durable, versioned project. One free authless tool (`create_public_preview`) renders a standalone HTML document as a real shareable URL; 42 more cover projects, refinement, version comparison, separately-delegated approvals, artifacts, work assignments and source export. Build authority and review authority are deliberately separate scopes. Remote Streamable HTTP, OAuth 2.1 + PKCE. `https://2ools.app/mcp` -- [Bristlecone-Logic/bristlecone-logic](https://github.com/Bristlecone2026/bristlecone-logic) [![Bristlecone-Logic/bristlecone-logic MCP server](https://glama.ai/mcp/servers/Bristlecone2026/bristlecone-logic/badges/score.svg)](https://glama.ai/mcp/servers/Bristlecone2026/bristlecone-logic) 🌲 🐍 - Deterministic execution guardrails, isolated AST math evaluation, SSRF-safe DNS routing, and autonomous malformed JSON repair. +- [Bristlecone-Logic/bristlecone-logic](https://github.com/Bristlecone2026/bristlecone-logic) [![Bristlecone-Logic/bristlecone-logic MCP server](https://glama.ai/mcp/servers/Bristlecone2026/bristlecone-logic/badges/score.svg)](https://glama.ai/mcp/servers/Bristlecone2026/bristlecone-logic) 🌲 🐍 ☁️ - Deterministic execution guardrails, isolated AST math evaluation, SSRF-safe DNS routing, and autonomous malformed JSON repair. - [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [![hivemindunit/llmintel-mcp MCP server](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp` - [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [![rm-rf-prod/GroundTruth-MCP MCP server](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP/badges/score.svg)](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp` - [scarletkc/vexor](https://github.com/scarletkc/vexor) [![scarletkc/vexor MCP server](https://glama.ai/mcp/servers/scarletkc/vexor/badges/score.svg)](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`. From 1212a514166f8914e4ac9a17051a06281d93e92b Mon Sep 17 00:00:00 2001 From: Bristlecone2026 Date: Sun, 13 Sep 2026 10:16:59 -0600 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0a954119..019f260c1 100644 --- a/README.md +++ b/README.md @@ -1096,7 +1096,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### 💻 Developer Tools - [2ools/mcp-server](https://github.com/2ools/mcp-server) [![2ools/mcp-server MCP server](https://glama.ai/mcp/servers/2ools/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/2ools/mcp-server) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Turn what your assistant just built into a durable, versioned project. One free authless tool (`create_public_preview`) renders a standalone HTML document as a real shareable URL; 42 more cover projects, refinement, version comparison, separately-delegated approvals, artifacts, work assignments and source export. Build authority and review authority are deliberately separate scopes. Remote Streamable HTTP, OAuth 2.1 + PKCE. `https://2ools.app/mcp` -- [Bristlecone-Logic/bristlecone-logic](https://github.com/Bristlecone2026/bristlecone-logic) [![Bristlecone-Logic/bristlecone-logic MCP server](https://glama.ai/mcp/servers/Bristlecone2026/bristlecone-logic/badges/score.svg)](https://glama.ai/mcp/servers/Bristlecone2026/bristlecone-logic) 🌲 🐍 ☁️ - Deterministic execution guardrails, isolated AST math evaluation, SSRF-safe DNS routing, and autonomous malformed JSON repair. +- [Bristlecone-Logic/bristlecone-logic](https://github.com/Bristlecone2026/bristlecone-logic) [![Bristlecone-Logic/bristlecone-logic MCP server](https://glama.ai/mcp/servers/Bristlecone2026/bristlecone-logic/badges/score.svg)](https://glama.ai/mcp/servers/Bristlecone2026/bristlecone-logic) 🐍 ☁️ - Deterministic execution guardrails, isolated AST math evaluation, SSRF-safe DNS routing, and autonomous malformed JSON repair. - [hivemindunit/llmintel-mcp](https://github.com/hivemindunit/llmintel-mcp) [![hivemindunit/llmintel-mcp MCP server](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hivemindunit/llmintel-mcp) 📇 ☁️ - Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. No API key. `npx -y @llmintel/mcp` or `https://llmintel.ai/v1/mcp` - [rm-rf-prod/GroundTruth-MCP](https://github.com/rm-rf-prod/GroundTruth-MCP) [![rm-rf-prod/GroundTruth-MCP MCP server](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP/badges/score.svg)](https://glama.ai/mcp/servers/rm-rf-prod/GroundTruth-MCP) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp` - [scarletkc/vexor](https://github.com/scarletkc/vexor) [![scarletkc/vexor MCP server](https://glama.ai/mcp/servers/scarletkc/vexor/badges/score.svg)](https://glama.ai/mcp/servers/scarletkc/vexor) 🐍 🏠 ☁️ 🍎 🪟 🐧 - A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`.