All demos
Model Context Protocol
Model Context Protocol
MCP Server.
A fully working MCP weather server built with Nimbus. Connect from Cursor, Claude Desktop, or any MCP-compatible client and call tools with a single line of Go.
Server
Online
Tools
2 registered
get_weather
Get current weather conditions for any location. Returns temperature, humidity, wind speed, and condition.
hello
Say hello to someone by name. A simple smoke-test tool to verify your MCP connection is working.
Resources
1 registered
weather://forecast/{location}
Weather forecast JSON for a given location. Readable by AI agents as structured context.
Connect from Cursor
1
Open or create
~/.cursor/mcp.json
2
Add the server config and save
{
"mcpServers": {
"nimbus-weather": {
"url": "http://localhost:3333/mcp/weather"
}
}
}
Adjust the port if your Nimbus app runs on something other than
3333.
3
Reload Cursor and ask the AI about the weather