# Core

Provides essential system utilities and file management capabilities. Streamlines fundamental computing tasks through a standardized interface. Enhances productivity by consolidating fundamental oper…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add supernova/core

# Browse available tools
npx -y @smithery/cli@latest tool list supernova/core

# Get full schema for a tool
npx -y @smithery/cli@latest tool get supernova/core search_tools

# Call a tool
npx -y @smithery/cli@latest tool call supernova/core search_tools '{}'
```

## Direct MCP Connection

Endpoint: `https://core--supernova.run.tools`

## Tools (2)

- `search_tools` — Search the global Supernova registry for agent-executable tools by intent.
- `execute_tool` — Securely executes any tool in the registry via the Supernova Proxy.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get supernova/core <tool-name>
```

## Resources

- `supernova://stats`

## Prompts (1)

- `guide` — Guider
