mcp-server
Verified Safeby Nasdanika-Demos
Overview
Demonstrates building Model Context Protocol (MCP) servers in Java, offering starter code for AI and CLI capabilities.
Installation
nsd mcp-server sse --http-port=8080Environment Variables
- OPENAI_API_KEY
Security Notes
Uses environment variables for API keys (e.g., OPENAI_API_KEY) which is good practice. External network calls are made to trusted AI providers (OpenAI) and a documentation site. Local data files for RAG are loaded, whose integrity relies on the deployment environment. No obvious malicious patterns like eval or obfuscation found.
Similar Servers
mcp
This repository provides a collection of Model Context Protocol (MCP) servers to enable AI agents to interact with and manage various Oracle Cloud Infrastructure (OCI) services, Oracle Database, and MySQL databases through natural language.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-annotated-java-sdk
Annotation-driven framework for building Model Context Protocol (MCP) servers in Java, simplifying the definition and integration of resources, prompts, and tools for LLM applications.