nowfound

Alternatives

Products that do what Gave Claude LSD SQL does

LSD SQL is a DSL for the web that can self-correct as an LLM traverses the internet. Here's what it looks like now that Claude is connected to the internet similar to OpenAI's Deep Researcher. Want to be a Claudestine Chemist? Follow the quickstart instructions in the README to get started! https://github.com/lsd-so/lsd-mcp Check out @getlsd on Twitter to see some of our other work or see our website to view the docs https://lsd.so

  1. 1
    LSD MCP30

    Connect Claude to the web on LSD

    2025

  2. 2
    Synra87

    Connect Claude to your database in 60 seconds

    Feb 2026

  3. 3
    agmsg245

    Stop copy-pasting between your AI coding agents

    Jun 2026

  4. 4

    Embed NL-to-SQL into your product

    2024

  5. 5

    Get your trading card based on your CC & codex usage

    May 2026

  6. 6

    Browse, search & track costs across Claude Code sessions

    Apr 2026

  7. 7
    Rudel94

    Claude Code & Codex session analytics for dev teams

    Apr 2026

  8. 8
    noirdoc96

    PII guard for Claude Code to keep client data out of context

    Apr 2026

  9. 9

    Semantic search over your own Claude Code session history

    12d ago · github.com

  10. 10

    Shared persistent memory across all your LLMs.

    Sep 2025

  11. 11CA

    Problem: LLMs need context data to give accurate answers and thousands of great publicly available datasets remain vastly unexploited. Anthropic’s MCP servers are awesome, but we need many more servers and an easy way to discover them. What if it took only one command to connect any LLM to any open dataset? Open Data MCP, a 2-in-1 solution: 1. Access Open Data: - 10 seconds setup to query any integrated Open Data MCP server from Claude (and more to come) - Simple CLI tool 2. Access Open Data: - Create your own Open Data MCP server(s) - Get templates, guides, and community - Get instant…

    2024 · github.com

  12. 12CL

    With the right technique, I was able to break the so-called secure models like Claude and OpenAI. So, I built an open-source tool to automate this and find security holes in any hosted model. I got claude-sonnet-4 to demonstrate the following harmful behavior: - steal data from downstream tool calls using sql injection, code injection and template injection attacks - install spyware or malware using prompt obfuscation to send data to a third-party server Try it yourself with this simple command: pip install compliant-llm && compliant-llm dashboard

    2025 · github.com

  13. 13OA

    Claude Code's source map leaked last month. Instead of just reading it, I fed the entire source into Claude Code itself and asked it to extract the core agent loop logic. The result: open-agent-sdk — a drop-in replacement for claude-agent-sdk that's fully open source and doesn't spawn a CLI subprocess. Why this matters if you've built with claude-agent-sdk: claude-agent-sdk is just a thin wrapper around the Claude Code binary. It works, but it's a black box — when something breaks, you're stuck. Every query creates a new Claude Code process. That's fine on a laptop, not fine when you're…

    Apr 2026 · github.com

  14. 14WI

    At Laminar (https://github.com/lmnr-ai/lmnr) we're building open source AI observability platform in Rust. We obsess over instrumentation DX for our Python and TS SDKs and in this new blog we outline how we made the most seamless way of instrumenting recently released claude agent sdk

    Dec 2025 · laminar.sh

  15. 15KK

    Hey HN — we’re a small team that uses Claude Code + Codex for basically everything in our company: coding, data analysis, marketing, ad campaigns, copywriting, design. There’s a truckload of tribal knowledge we’ve accumulated; major decisions, gotchas, user feedback driven changes. Providing this to our agents manually every time is very mundane. We built Kilroy to solve this in a simple way: we let our agents leave notes for each other. This allowed us to keep the form factor minimal: markdown posts with linear comments. Under the hood it’s Postgres + an auth (better-auth) + an MCP + a…

    Apr 2026 · github.com

  16. 16

    Convert Claude Code into LLM API

    28d ago · github.com

  17. 17CC

    Codex runs as an MCP server, Claude orchestrates a five-perspective review (security, correctness, compliance, performance, maintainability). Drop the SKILL.md into your repo's .claude/skills/ folder. MIT licensed.

    Feb 2026 · github.com

  18. 18PM

    I built an MCP server that gives Claude Code long-term memory across sessions, backed by infrastructure you control. Every Claude Code session starts from zero, no memory of previous sessions. This server uses mem0ai as a library and exposes 11 MCP tools for storing, searching, and managing memories. Qdrant handles vector storage, Ollama runs embeddings locally (bge-m3), and Neo4j optionally builds a knowledge graph. Some engineering details HN might find interesting: - Zero-config auth: auto-reads Claude Code's OAT token from ~/.claude/.credentials.json, detects token type (OAT vs…

    Feb 2026 · github.com

  19. 19OO

    One coding agent orchestrator UI for Claude and Codex, but actually feels nice. Free, open-source, MIT licensed. Why I built it: - I wanted a lightweight UI as nice as the Codex app, but without the complexity and the custom diffs on the side - I want files and diffs open straight in my editor! - And I wanted both agents - Anthropic + OpenAI — in one place How it works: - No API keys, no OAuth, no separate billing — it just uses whatever you're already logged into. So your Claude Max and ChatGPT/Codex subscriptions both work out of the box. - Talks to Claude Code via the Claude Agent…

    Apr 2026 · github.com

  20. 20
    Mantyl8

    Hand over AI-built software with proof

    5d ago · mantyl.dev

  21. 21MT

    Hi, this is Tristan, CPO of XTrace. We are launching a very cool feature that is inspired by Andrey Karpathy's LLM Wiki mindmap. Let everyone who doesn't have enough sessions and markdowns made with claude code be able to visualize their own memory mindmap!

    May 2026 · github.com

  22. 22AW

    Hey HN, I'm Jared. I’ve been building data tools since 2020. Polyture, then AskEdith, now Athenic: ask a question in natural language, get a chart/dashboard, then automate it. Connects to Postgres, Salesforce, Google Ads, whatever. To everyone that says "just link Claude to your db”: imagine the chaos of conflicting definitions and analysis that would show up in a business setting. Ask “what’s our revenue?” twice, two days apart or to a different model. There’s no guarantee that you’ll get the same results. Now imagine giving that to all of the non-technical users at your company. It's…

    Jun 2026 · athenic.com

  23. 23DW

    Hi all, our open-source Python library for fast, quality development with LLMs has added support for using Anthropic’s Claude 3 models and its XML function calling capabilities, including nested schemas and def/ref resolution. Example: https://github.com/Mirascope/mirascope/blob/main/examples/extracting_tasks_with_claude_haiku.py Repo: https://github.com/Mirascope/mirascope In the example we create a `TaskExtractor` class that can extract a fairly complex, nested `TaskDetails` schema. Haiku does a fantastic job extracting the…

    2024

  24. 24AD

    Hey HN, as a former data analyst, I’ve been tooling around trying to get agents to do my old job. The result is this system that gets you maybe 80% of the way there. I think this is a good data point for what the current frontier models are capable of and where they are still lacking (in this case — hypothesis generation and general data intuition). Some initial learnings: - Generating web app-based reports goes much better if there are explicit templates/pre-defined components for the model to use. - Claude can “heal” broken charts if you give it access to chart images and run a…

    Mar 2026 · rubenflamshepherd.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →