diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b173006b..83053841 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -46,10 +46,10 @@ export default function Home(): ReactNode { src='/img/toolhive-mascot.png' alt='ToolHive mascot' style={{ - width: '120px', + width: '150px', height: 'auto', float: 'right', - marginRight: '1.5rem', + marginLeft: '1.5rem', display: 'block', maxWidth: '40%', }} @@ -63,20 +63,53 @@ export default function Home(): ReactNode {

Our MCP Servers

- + + + GoFetch mascot + A Go implementation of the Fetch MCP server that retrieves web + content and converts it to markdown for easier consumption by LLMs. + - MKP (Model Kontext Protocol) is an MCP server that allows - LLM-powered applications to interact with Kubernetes clusters. + MKP logo + MKP is an MCP server that allows LLM-powered applications to + interact with Kubernetes clusters. The OSV MCP server provides access to the OSV (Open Source @@ -85,7 +118,7 @@ export default function Home(): ReactNode { The OCI Registry MCP server provides tools for querying OCI diff --git a/static/img/mcp-servers/gofetch-mascot.webp b/static/img/mcp-servers/gofetch-mascot.webp new file mode 100644 index 00000000..ce8a39c1 Binary files /dev/null and b/static/img/mcp-servers/gofetch-mascot.webp differ diff --git a/static/img/mcp-servers/mkp-logo.webp b/static/img/mcp-servers/mkp-logo.webp new file mode 100644 index 00000000..9841c269 Binary files /dev/null and b/static/img/mcp-servers/mkp-logo.webp differ