📦
Tools MCP Server
MCP server: Tools MCP Server
0 installs
Trust: 37 — Low
Devtools
Installation
npx tools-mcp-serverAsk AI about Tools MCP Server
Powered by Claude · Grounded in docs
I know everything about Tools MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Tools MCP Server
A Spring AI-based MCP (Master Control Program) server that provides AI capabilities using Spring AI and OpenAI.
Prerequisites
- Java 21 or higher
- Maven
- OpenAI API Key
Setup
- Set your OpenAI API key as an environment variable:
export OPENAI_API_KEY=your-api-key
- Build the project:
mvn clean install
- Run the application:
mvn spring-boot:run
The server will start on port 8080. You can test it by accessing: http://localhost:8080/api/mcp/health
