
quarkus mcp server basic tool
基本的MCP Server工具通过集成OpenAI、CLI执行和通过Maven轻松打包简化了基于MCP的微服务开发。
Repository Info
About This Server
基本的MCP Server工具通过集成OpenAI、CLI执行和通过Maven轻松打包简化了基于MCP的微服务开发。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Basic MCP Server Tool
Packaging and running the application
The application can be packaged using:
git clone this repository
./mvnw install
jbang provides the CLI execution
brew install jbang
mcp-cli
git clone https://github.com/chrishayuk/mcp-cli
brew install uv
cd mcp-cli
uv sync --reinstall
Create env var for OPENAI_API_KEY (note: it is much longer)
https://platform.openai.com/api-keys
export OPENAI_API_KEY=sk-proj-GzT9guXBFr7lee1m_blah
Edit server_config.json
{
"mcpServers": {
"burrhello": {
"command": "jbang",
"args": [
"--java",
"21",
"--quiet",
"org.acme:basic-tool:1.0.0-SNAPSHOT:runner"
]
}
}
}
uv run mcp-cli --server burrhello --provider openai --model gpt-4o-mini
Quick Start
Clone the repository
git clone https://github.com/burrsutter/quarkus-mcp-server-basic-toolInstall dependencies
cd quarkus-mcp-server-basic-tool
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.