We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aj-geddes/terry-form-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Terry-Form MCP Documentation
title: Terry-Form MCP
description: Enterprise-grade Terraform automation through Model Context Protocol - Secure, intelligent infrastructure management
author: AJ Geddes
email: contact@terry-form.io
url: "https://aj-geddes.github.io"
baseurl: "/terry-form-mcp"
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-relative-links
- jekyll-include-cache
- jekyll-github-metadata
# Collections
collections:
guides:
output: true
permalink: /:collection/:name
api:
output: true
permalink: /:collection/:name
architecture:
output: true
permalink: /:collection/:name
tutorials:
output: true
permalink: /:collection/:name
# Defaults
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
- scope:
path: ""
type: "guides"
values:
layout: "guide"
toc: true
- scope:
path: ""
type: "api"
values:
layout: "api"
toc: true
- scope:
path: ""
type: "tutorials"
values:
layout: "tutorial"
toc: true
- scope:
path: ""
type: "architecture"
values:
layout: "default"
toc: true
# Navigation
navigation:
- title: Home
url: /
- title: Getting Started
url: /getting-started
- title: Guides
url: /guides/
- title: API Reference
url: /api/
- title: Architecture
url: /architecture/
- title: Tutorials
url: /tutorials/
- title: GitHub
url: https://github.com/aj-geddes/terry-form-mcp
external: true
# SEO
twitter:
username: terryform
card: summary_large_image
social:
name: Terry-Form MCP
links:
- https://github.com/aj-geddes/terry-form-mcp
# Repository
repository: aj-geddes/terry-form-mcp
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .github/workflows/
- README.md
- BROKEN-LINKS-REPORT.md
- VERIFIED-SITEMAP.md