trackmcp
Back to directory
waziqi89

nrtsearch-mcp

View on GitHub

NRT Search

0 stars JavaOthers Updated Jun 25, 2025

Documentation

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

Frequently asked questions

What is nrtsearch-mcp?

nrtsearch-mcp is NRT Search

How do I install nrtsearch-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is nrtsearch-mcp open source?

Yes — it is hosted on GitHub at https://github.com/waziqi89/nrtsearch-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP