NRT Search
A near real-time search server for indexing and querying documents, implemented in Java.
To start the server: java -jar ./build/libs/nrtsearch-mcp-0.0.1.jar
For Calude desktop configs:
{ "mcpServers": { "nrtsearch": { "command": "java", "args": [ "-jar", "-Dspring.profiles.active=stdio", "./build/libs/nrtsearch-mcp-0.0.1.jar" ] } } }
To inspect the server: npx @modelcontextprotocol/inspector java -Dspring.profiles.active=stdio -jar ./build/libs/nrtsearch-mcp-0.0.1.jar
Related Servers
RateMySupervisor MCP
Query supervisor evaluation data with fuzzy matching for Chinese and Pinyin names.
FetchSERP
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
Typesense MCP Server
An MCP server for interacting with the Typesense search engine.
Metro MCP
A MCP server of washington DC's Metro
Sketchfab
Search, view details, and download 3D models from the Sketchfab platform.
Geocoding
Provides geocoding services by integrating with the Nominatim API.
Travel Planner
A server for travel planning and interacting with Google Maps services.
Kagi
Kagi search API integration
Docs MCP Server
An MCP server that makes documentation and codebases searchable for AI assistants, supporting local directories and Git repositories.
Brave Search
Integrates the Brave Search API for both web and local search capabilities. Requires a BRAVE_API_KEY.