Skip to content

Commit 8c4dc1a

Browse files
authored
Add GoFetch to landing page (#34)
1 parent 53f3792 commit 8c4dc1a

File tree

3 files changed

+41
-8
lines changed

3 files changed

+41
-8
lines changed

src/pages/index.tsx

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ export default function Home(): ReactNode {
4646
src='/img/toolhive-mascot.png'
4747
alt='ToolHive mascot'
4848
style={{
49-
width: '120px',
49+
width: '150px',
5050
height: 'auto',
5151
float: 'right',
52-
marginRight: '1.5rem',
52+
marginLeft: '1.5rem',
5353
display: 'block',
5454
maxWidth: '40%',
5555
}}
@@ -63,20 +63,53 @@ export default function Home(): ReactNode {
6363

6464
<h1 className='text--center'>Our MCP Servers</h1>
6565

66-
<ProductGrid>
66+
<ProductGrid layout='fixed-2' spacing='spacious'>
67+
<ProductCard
68+
contentType='text'
69+
href='http://github.com/StacklokLabs/gofetch'
70+
title='GoFetch MCP server'
71+
linkText='Go to project'
72+
>
73+
<img
74+
src='/img/mcp-servers/gofetch-mascot.webp'
75+
alt='GoFetch mascot'
76+
style={{
77+
width: '80px',
78+
height: 'auto',
79+
float: 'right',
80+
marginLeft: '0.5rem',
81+
display: 'block',
82+
maxWidth: '40%',
83+
}}
84+
/>
85+
A Go implementation of the Fetch MCP server that retrieves web
86+
content and converts it to markdown for easier consumption by LLMs.
87+
</ProductCard>
6788
<ProductCard
6889
contentType='text'
6990
href='http://github.com/StacklokLabs/mkp'
70-
title='MKP (Model Kontext Protocol)'
91+
title='MKP - Model Kontext Protocol'
7192
linkText='Go to project'
7293
>
73-
MKP (Model Kontext Protocol) is an MCP server that allows
74-
LLM-powered applications to interact with Kubernetes clusters.
94+
<img
95+
src='/img/mcp-servers/mkp-logo.webp'
96+
alt='MKP logo'
97+
style={{
98+
width: '60px',
99+
height: 'auto',
100+
float: 'right',
101+
marginLeft: '0.5rem',
102+
display: 'block',
103+
maxWidth: '40%',
104+
}}
105+
/>
106+
MKP is an MCP server that allows LLM-powered applications to
107+
interact with Kubernetes clusters.
75108
</ProductCard>
76109
<ProductCard
77110
contentType='text'
78111
href='http://github.com/StacklokLabs/osv-mcp'
79-
title='OSV MCP'
112+
title='OSV MCP server'
80113
linkText='Go to project'
81114
>
82115
The OSV MCP server provides access to the OSV (Open Source
@@ -85,7 +118,7 @@ export default function Home(): ReactNode {
85118
<ProductCard
86119
contentType='text'
87120
href='http://github.com/StacklokLabs/ocireg-mcp'
88-
title='OCI Registry MCP'
121+
title='OCI Registry MCP server'
89122
linkText='Go to project'
90123
>
91124
The OCI Registry MCP server provides tools for querying OCI
112 KB
Binary file not shown.

static/img/mcp-servers/mkp-logo.webp

463 KB
Binary file not shown.

0 commit comments

Comments
 (0)