Skip to main content
Glama

AGE-MCP-Server

by rioriost
age-mcp-server.rb1.14 kB
class AgeMcpServer < Formula include Language::Python::Virtualenv desc "Apache AGE MCP Server" homepage "https://github.com/rioriost/homebrew-age-mcp-server/" url "https://files.pythonhosted.org/packages/cf/c4/2809265de03d52d86780d39689548d8a8bb7868c6d1b6a798dc082fd76b1/age_mcp_server-0.2.30.tar.gz" sha256 "0646a09e4712180d3d858a9a9562895a140d12f6739db2efe9366df1ad9c32af" license "MIT" depends_on "python@3.13" resource "agefreighter" do url "https://files.pythonhosted.org/packages/15/11/04078a86da72ac1106b61fde6aa88dd4843732b043652a20bb615859b15c/agefreighter-1.0.19.tar.gz" sha256 "ec2cd4f2b415d5378c80ef7fe7f64bedd50641fa5f0f7257a3eddf79711b5adc" end resource "ply" do url "https://files.pythonhosted.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da/ply-3.11.tar.gz" sha256 "00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3" end def install virtualenv_install_with_resources system libexec/"bin/python", "-m", "pip", "install", "psycopg[binary,pool]", "mcp" end test do system "#{bin}/age-mcp-server", "--help" end end

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rioriost/homebrew-age-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server