Hosted & managed by the University of Alabama in Huntsville
tools/code_search_mcp_server

code_search_mcp_server

v1.0.0activeremote-queryhealthy+new version

NASA repository code-discovery MCP server. Lets agents search NASA-affiliated code repositories (SDE catalog), surface code-level signals (license, last commit, language mix), and resolve repos by semantic intent. Read-only; surfaces metadata + URLs only.

nasacode-discoverysdefastmcp
CALL SCHEMA
JSON Schema — what methods it exposes
{
"type": "object",
"properties": {
"sde_search_tool": {
"type": "object"
},
"repository_search_tool": {
"type": "object"
},
"code_signals_search_tool": {
"type": "object"
}
}
}
methodssde_search_toolrepository_search_toolcode_signals_search_tool
INSTALL
pick your runtime — only the tabs this tool actually supports
losslessDrops a SKILL.md into ~/.claude/skills/. No MCP server needed — Claude Code uses its built-in Bash to curl the underlying API directly. Auto-activates when your message matches the tool's description.
# Drop the SKILL.md into your Claude Code skills directory.
# Claude Code auto-activates skills by description match — no `claude mcp add`,
# no MCP server, no FastMCP cluster. Uses built-in Bash to query the REST API.
mkdir -p ~/.claude/skills/code_search_mcp_server
curl -sL https://agentarium.science/t/code_search_mcp_server/v/1.0.0.claude-skill.md \
-o ~/.claude/skills/code_search_mcp_server/SKILL.md

noteThe Skill file teaches Claude Code how to query the underlying REST API directly via Bash. The MCP wrapper layer is bypassed entirely — no operator dependency, no claude mcp add. Best for open / REST tools where the wrapper added no value.

RECENT HEALTH CHECKS
registry pings this endpoint every ~5 min · last ~0 shown
No checks recorded yet.