<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: zhangchenlai-dev</title>
    <description>The latest articles on DEV Community by zhangchenlai-dev (@zhangchenlaidev).</description>
    <link>https://dev.to/zhangchenlaidev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3939143%2F9ff8814f-33bf-405a-900a-9d8cebde619d.png</url>
      <title>DEV Community: zhangchenlai-dev</title>
      <link>https://dev.to/zhangchenlaidev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zhangchenlaidev"/>
    <language>en</language>
    <item>
      <title>Semble Cloud — Add semantic code search to Claude Code in one line</title>
      <dc:creator>zhangchenlai-dev</dc:creator>
      <pubDate>Tue, 19 May 2026 01:41:17 +0000</pubDate>
      <link>https://dev.to/zhangchenlaidev/semble-cloud-add-semantic-code-search-to-claude-code-in-one-line-556g</link>
      <guid>https://dev.to/zhangchenlaidev/semble-cloud-add-semantic-code-search-to-claude-code-in-one-line-556g</guid>
      <description>&lt;p&gt;I wrapped the open-source Semble semantic search engine into &lt;br&gt;
a zero-friction MCP endpoint that Claude Code can use in one line:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;claude mcp add semble-cloud -- https://b2factor.store/semble/sse&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;No setup. No API keys. No config. Instantly search any GitHub &lt;br&gt;
repo by meaning, not by grep.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Point it at any public GitHub repo&lt;/li&gt;
&lt;li&gt;Ask "where is the auth middleware implemented?"&lt;/li&gt;
&lt;li&gt;Claude Code returns the exact file:line with context&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Free tier:&lt;/strong&gt; 3 repos, 100 queries/day&lt;br&gt;
&lt;strong&gt;Pro:&lt;/strong&gt; unlimited everything (coming soon)&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt; Python + FastMCP + SembleIndex + SQLite&lt;br&gt;
&lt;strong&gt;Repo:&lt;/strong&gt; Built on the open-source Semble semantic search engine&lt;br&gt;
&lt;strong&gt;Try it:&lt;/strong&gt; &lt;a href="https://b2factor.store/semble/landing/" rel="noopener noreferrer"&gt;https://b2factor.store/semble/landing/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback welcome! 👋&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
      <category>semanticsearch</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
