Sindi Ai
БесплатноНе проверенJava Implementation of Anthropic's Model Context Protocol Server
Описание
Java Implementation of Anthropic's Model Context Protocol Server
README
Java Implementation of Anthropic's Model Context Protocol (MCP) Server.
This implementation is an attempt to provide an integration between the MCP protocol and Jakarta EE application in a seamless way.
🏗️ Architecture
The project is structured into several modules, each serving a specific purpose:
Core Modules
sindi-ai-mcp-server-spi: Fundamental server-side MCP classes, interfaces, annotations and SPI definitionssindi-ai-mcp-server-runtime: Runtime implementation of the SPI for runtime server registration and service discovery.sindi-ai-mcp-server-features: Production-ready MCP features, with some examples, showcasing the power of MCP, the Jakarta EE way.
With 2 runtimes implementations:
runtime-rest: This module contains the implementations of RESTful MCP server-side transports with Jakarta REST.sindi-ai-mcp-server-runtime-rest-base: The Jakarta REST base package used by all Jakarta REST implementations mentioned below.sindi-ai-mcp-server-runtime-rest-sse: The Jakarta REST implementation of MCP SSE transport.sindi-ai-mcp-server-runtime-rest-streamable-http: The Jakarta REST implementation of MCP Streamable HTTP transport.
runtime-servlet: This module contains the implementations of web-based MCP server-side transports with Jakarta Servlet.sindi-ai-mcp-server-runtime-servlet-sse: The Jakarta Servlet implementation of MCP SSE transport.sindi-ai-mcp-server-runtime-servlet-streamable-http: The Jakarta Servlet implementation of MCP Streamable HTTP transport.
🚀 Quick Start
1. Add Dependencies
You need to either select the Servlet or REST runtime, within your application (but not both, as there might be an endpoint conflicts).
Add the required dependencies to your pom.xml.
- For Servlet:
<dependency>
<groupId>za.co.sindi</groupId>
<artifactId>sindi-ai-mcp-server-runtime-servlet</artifactId>
<version>${project.version}</version>
</dependency>
- For REST:
<dependency>
<groupId>za.co.sindi</groupId>
<artifactId>sindi-ai-mcp-server-runtime-rest</artifactId>
<version>${project.version}</version>
</dependency>
2. Define an MCP Feature Service
MCP Features can be registered either on simple POJO or CDI-managed bean.
The following MCP features are supported:
Tools: supported annotations are@Tool,@ToolArgumenton methods. LangChain4J tool annotations are also supported. The method result must be of typeString.Prompts: supported annotations are@Prompt,@PromptArgumenton methods. The method result must be of typePromptMessageorPromptMessage[].Resource: supported annotation,@Resource(uriannotation attribute is mandatory) on methods. The method result must be of typeResourceContents[](either of typeBlobResourceContentsorTextResourceContents).Resource template: supported annotation,@ResourceTemplate(uriannotation attribute is mandatory) on methods. The method result must be of typeResourceTemplate[].
For more programmatic approach, you can register an MCP feature with its callback handler by injecting its appropriate manager to the MCP server runtime:
ToolManager: For tool registration.PromptManager: For prompt registration.ResourceManager: For resource and resource template registration.
Additionally, you can inject the following MCP resources:
MCPLogger: MCP Logging to client session (if enabled).MCPContext: MCP Context, providing manual MCP features and client session.
📖 Examples
The project includes comprehensive examples for MCP servers, found in the examples/ directory. There are 2 examples, each demonstrating MCP on their various Jakarta EE server protocols (it bundles the sindi-ai-mcp-server-features module, exposing the MCP features on the respective Jakarta EE server protocols):
sindi-ai-mcp-server-rest: Running MCP server (bundled with the MCP features) on REST protocol.sindi-ai-mcp-server-servlet: Running MCP server (bundled with the MCP features) on Servlet protocol.
🛠️ How to run examples
- Git clone the entire project.
- Build the project.
mvn clean package -e
cd examples/sindi-ai-mcp-server-xxxx/, wherexxxxcan be eitherrestorservlet.Run the application as follows:
mvn clean liberty:dev -e
- Open a new terminal and start MCP Inspector.
npx -y @modelcontextprotocol/inspector@latest
The browser should automatically open with MCP Inspector.
- Copy the link and connect to your MCP server.
For SSE, the link should be http://localhost:9080/sse.
For Streamable HTTP, the link should be http://localhost:9080/mcp.
Click connect on the MCP inspector and start testing your MCP features.
🤝 Contributing
If you want to contribute, please have a look at CONTRIBUTING.md.
📄 License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
🌟 Getting Started
Ready to integrate AI into your enterprise Java application?
- Explore the examples: Start with the MCP-specific examples in the
examples/directory. - Read the documentation: Check out individual module documentation for detailed configuration options
- Contribute: Help improve the project by reporting issues or submitting pull requests
Установка Sindi Ai
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/sinditech/sindi-ai-mcp-serverFAQ
Sindi Ai MCP бесплатный?
Да, Sindi Ai MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Sindi Ai?
Нет, Sindi Ai работает без API-ключей и переменных окружения.
Sindi Ai — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Sindi Ai в Claude Desktop, Claude Code или Cursor?
Открой Sindi Ai на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Sindi Ai with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
