Hi Chris,

> -----Original Message-----
> From: Christofer Dutz <christofer.d...@c-ware.de>
> Sent: 17 April 2025 07:54
> To: dev@iotdb.apache.org
> Subject: AW: Release IoTDB MCP Server to Pypi
>
> Could someone please post on this list, what the MCP server is?
> Just had a look at this list and really only could find some information
> that it exsits, not what it does.

The AI company Anthropic open sourced their protocol for making data available 
to LLMs.
An abstraction layer if you like. It's called Model Context Protocol and uses a 
client
server model. An MCP server exposes the data, e.g. DB, to the clients. So, you 
can use
the MCP server to connect your data to Anthropic's Claude for example and use 
Claude
to query the data.

Released late 2024 its simplicity has meant it has quickly been widely adopted.

MCP has a variety of ways the data source can describe itself. The IoTDB MCP 
Server
only uses some of them but it's a great starting point.

>From the viewpoint of my automotive Central Data Service Playground project its
a standardised way to make the IoTDB data store available to a wide variety of 
LLMs.
Especially in a research phase.

These links should explain it (sorry for company compliance scrambling the 
URLs):
Anthropic article introducing MCP [1]
MCP website Introduction [2]

[1] https://www.anthropic.com/news/model-context-protocol
[2] https://modelcontextprotocol.io/introduction

Best Wishes,

Steve

>
> Chris
>
> Von: Haonan Hou <hao...@apache.org>
> Datum: Donnerstag, 17. April 2025 um 05:53
> An: dev@iotdb.apache.org <dev@iotdb.apache.org>
> Betreff: Re: Release IoTDB MCP Server to Pypi
> Hi Yuan,
>
> I think as an Apache project, the vote process is necessary for a release.
> I would like to help you with that.
>
> Best,
> Haonan
>
> On 2025/04/17 01:09:05 Yuan Tian wrote:
> > Hi all,
> >
> > Since we've already supported both tree and table model in Apache IoTDB
> MCP
> > Server[1], I think it's time for us to release an official version to
> pypi
> > so that people can directly download that using pip or uv without git
> clone
> > source code and compile it by themselves.
> >
> > BTW, our mcp server has already been included by mcp official repo[1],
> > smithery.ai[3] and mcpsvr[4].
> >
> > So I don't know if the mcp server still needs the vote process just like
> > iotdb? If anyone could help me with this?
> >
> >
> > [1]
> https://github.c/
> om%2Fapache%2Fiotdb-mcp-
> server&data=05%7C02%7Cstephen.lawrence%40renesas.com%7C0f44f6315c7447ce3cf
> 508dd7d7ca620%7C53d82571da1947e49cb4625a166a4a2a%7C0%7C0%7C638804696492910
> 273%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIl
> AiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=A4wW%2BV
> 7aILBM31sqvBV4tLUu16wxTVLTNkT%2FZrjpBwQ%3D&reserved=0
> > [2]
> https://github.c/
> om%2Fmodelcontextprotocol%2Fservers&data=05%7C02%7Cstephen.lawrence%40rene
> sas.com%7C0f44f6315c7447ce3cf508dd7d7ca620%7C53d82571da1947e49cb4625a166a4
> a2a%7C0%7C0%7C638804696492929022%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiO
> nRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3
> D%7C0%7C%7C%7C&sdata=N2yz%2BrurqX5Dlib8Scgk4jvAk3P7qAg6Y5eWJNTvEpE%3D&rese
> rved=0
> > [3]
> https://smithery/
> .ai%2Fserver%2F%40apache%2Fiotdb-mcp-
> server&data=05%7C02%7Cstephen.lawrence%40renesas.com%7C0f44f6315c7447ce3cf
> 508dd7d7ca620%7C53d82571da1947e49cb4625a166a4a2a%7C0%7C0%7C638804696492938
> 416%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIl
> AiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=AAdfdy67
> WrqbiaQHoG82x1dSAM1%2BLwEb5FE56MIoeKU%3D&reserved=0
> > [4]
> https://mcpsvr.c/
> om%2F&data=05%7C02%7Cstephen.lawrence%40renesas.com%7C0f44f6315c7447ce3cf5
> 08dd7d7ca620%7C53d82571da1947e49cb4625a166a4a2a%7C0%7C0%7C6388046964929478
> 75%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlA
> iOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=FxufakrQ%
> 2F%2FK%2BG%2Bldesxc5UcbykFpAgVXpoR1%2BlFP9DU%3D&reserved=0
> >
> > Best regards,
> > ------------------------
> > Yuan Tian
> >

Reply via email to