Spear Test
БесплатноНе проверенMCP server for accessing SPEAR model output from various sources (AWS, STAC API, local) and integrating with AI assistants like Claude Desktop or a SPEAR Climat
Описание
MCP server for accessing SPEAR model output from various sources (AWS, STAC API, local) and integrating with AI assistants like Claude Desktop or a SPEAR Climate Chatbot.
README
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 | sh
To 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.sh
Claude 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.
Установка Spear Test
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/zappalaja/spear-mcp-testFAQ
Spear Test MCP бесплатный?
Да, Spear Test MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Spear Test?
Нет, Spear Test работает без API-ключей и переменных окружения.
Spear Test — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Spear Test в Claude Desktop, Claude Code или Cursor?
Открой Spear Test на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Spear Test with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
