@@ -46,10 +46,10 @@ export default function Home(): ReactNode {
46
46
src = '/img/toolhive-mascot.png'
47
47
alt = 'ToolHive mascot'
48
48
style = { {
49
- width : '120px ' ,
49
+ width : '150px ' ,
50
50
height : 'auto' ,
51
51
float : 'right' ,
52
- marginRight : '1.5rem' ,
52
+ marginLeft : '1.5rem' ,
53
53
display : 'block' ,
54
54
maxWidth : '40%' ,
55
55
} }
@@ -63,20 +63,53 @@ export default function Home(): ReactNode {
63
63
64
64
< h1 className = 'text--center' > Our MCP Servers</ h1 >
65
65
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 >
67
88
< ProductCard
68
89
contentType = 'text'
69
90
href = 'http://github.com/StacklokLabs/mkp'
70
- title = 'MKP ( Model Kontext Protocol) '
91
+ title = 'MKP - Model Kontext Protocol'
71
92
linkText = 'Go to project'
72
93
>
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.
75
108
</ ProductCard >
76
109
< ProductCard
77
110
contentType = 'text'
78
111
href = 'http://github.com/StacklokLabs/osv-mcp'
79
- title = 'OSV MCP'
112
+ title = 'OSV MCP server '
80
113
linkText = 'Go to project'
81
114
>
82
115
The OSV MCP server provides access to the OSV (Open Source
@@ -85,7 +118,7 @@ export default function Home(): ReactNode {
85
118
< ProductCard
86
119
contentType = 'text'
87
120
href = 'http://github.com/StacklokLabs/ocireg-mcp'
88
- title = 'OCI Registry MCP'
121
+ title = 'OCI Registry MCP server '
89
122
linkText = 'Go to project'
90
123
>
91
124
The OCI Registry MCP server provides tools for querying OCI
0 commit comments