File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export default function Home(): ReactNode {
63
63
64
64
< h1 className = 'text--center' > Our MCP Servers</ h1 >
65
65
66
- < ProductGrid layout = 'fixed-2 ' spacing = 'spacious' >
66
+ < ProductGrid layout = 'fixed-3 ' spacing = 'spacious' >
67
67
< ProductCard
68
68
contentType = 'text'
69
69
href = 'http://github.com/StacklokLabs/gofetch'
@@ -124,6 +124,15 @@ export default function Home(): ReactNode {
124
124
The OCI Registry MCP server provides tools for querying OCI
125
125
registries and image references.
126
126
</ ProductCard >
127
+ < ProductCard
128
+ contentType = 'text'
129
+ href = 'http://github.com/StacklokLabs/sqlite-mcp'
130
+ title = 'SQLite MCP server'
131
+ linkText = 'Go to project'
132
+ >
133
+ The SQLite MCP server provides tools and resources that allow you to
134
+ interact with SQLite databases.
135
+ </ ProductCard >
127
136
</ ProductGrid >
128
137
</ main >
129
138
</ Layout >
You can’t perform that action at this time.
0 commit comments