diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 250a65a1..4fd0d375 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -128,6 +128,15 @@ export default function Home(): ReactNode {
The OCI Registry MCP server provides tools for querying OCI
registries and image references.
+
+ The Plotting MCP server transforms CSV data into beautiful
+ visualizations.
+
+
+
Other MCP Projects
+
+
+
+
+ A Buildkite plugin to run MCP servers in your CI/CD pipelines using
+ ToolHive.
+
+
+
+ A collection of GitHub Actions to install ToolHive and run MCP
+ servers in your CI/CD workflows.
+
+
+
+ Yardstick is an MCP server and client reference implementation for
+ deterministic testing.
+
+
);
diff --git a/static/img/mcp-servers/buildkite-logo.svg b/static/img/mcp-servers/buildkite-logo.svg
new file mode 100644
index 00000000..cc6bb289
--- /dev/null
+++ b/static/img/mcp-servers/buildkite-logo.svg
@@ -0,0 +1 @@
+
diff --git a/static/img/mcp-servers/github-actions-logo.png b/static/img/mcp-servers/github-actions-logo.png
new file mode 100644
index 00000000..d54208bb
Binary files /dev/null and b/static/img/mcp-servers/github-actions-logo.png differ
diff --git a/static/img/mcp-servers/yardstick-logo.webp b/static/img/mcp-servers/yardstick-logo.webp
new file mode 100644
index 00000000..a1426f80
Binary files /dev/null and b/static/img/mcp-servers/yardstick-logo.webp differ