We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sbroenne/mcp-server-excel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Jekyll configuration for GitHub Pages
# https://jekyllrb.com/docs/configuration/
# Site settings
title: "Excel MCP Server"
description: "AI-powered Excel automation through conversational AI"
url: "https://excelmcpserver.dev"
baseurl: ""
repository: "sbroenne/mcp-server-excel"
# Theme
theme: jekyll-theme-cayman
# Plugins
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
# Feed settings
feed:
path: feed.xml
# SEO settings
author: "Stefan Broenne"
twitter:
card: summary_large_image
social:
name: Stefan Broenne
links:
- https://github.com/sbroenne
- https://www.youtube.com/channel/UCq1ojGTy4-aZz8_CmEPp2aw
logo: /assets/images/icon.png
# Additional SEO settings
defaults:
- scope:
path: ""
values:
image: /assets/images/icon.png
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Exclude files from processing
exclude:
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
- vendor
- .bundle