spear-mcp-test
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@spear-mcp-testshow SPEAR temperature anomaly for July 2024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Model Context Protocol (MCP) Test Server for Accessing SPEAR Model Output
Model Context Protocol is a standarized form of two-way communication for connecting AI applications to external services, devices and databases. This test MCP server is designed for accessing SPEAR output. There are 3 different 'flavors' of SPEAR MCP server labeled as different branches in this repository. Each branch is catered to a specified SPEAR output location which include AWS hosted, STAC API hosted and local mounted directory hosted files.
The SPEAR MCP server can be utilized in multiple ways. Currently, the most supported method is using the MCP server in parrallel with our SPEAR Climate Chatbot model. You can find this chatbot here:
https://github.com/zappalaja/spear-climate-chatbot
The MCP servers also work well with and have been tested using Claude Desktop and Claude Code.
This is not intended for operational purposes. Contact through GitHub issues for questions.
Running the MCP Server in Terminal
UV will need to be installed in the environment to run the MCP server.
You can download UV from here: https://github.com/astral-sh/uv
# On macOS and Linux. Run this in your chosen MCP env
curl -LsSf https://astral.sh/uv/install.sh | shTo run the MCP server edit start_mcp_server.sh as needed, make it executable and run it in terminal:
chmod +x start_mcp_server.sh
./start_mcp_server.shClaude Desktop Install
To download Claude Desktop, follow the instructions from this link:
Once Claude Desktop is installed, go to the settings and proceed to the 'Developer' section. Click 'Edit config' and insert the correct form of the 'Local Install' into the 'claude_desktop_config.json'.
Configuration in LLM JSON file:
{
"mcpServers": {
"spear_mcp": {
"command": "uv", // May need a full path, like /opt/homebrew/bin/uv
"args": [
"--directory",
"/Absolute/path/to/spear-mcp",
"run",
"spear-mcp"
]
}
}
}Claude Code Install
Claude Code Installation Page:
https://code.claude.com/docs/en/overview
One downloaded in terminal, run this command to connect to the SPEAR MCP server:
claude mcp add spear_mcp -- /bin/bash -c "cd /path/to/spear-mcp-test && uv run spear-mcp"To check if you have successfully connected to the server, check with the "/mcp" command.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zappalaja/spear-mcp-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server