gas-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gas-mcpcreate a new session and show its initial view"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gas-mcp
gas-mcp is the generic MCP 2.0 transport for a
gas_protocol.service.GasService. It turns one GAS service into an MCP server
without knowing which domain, database, policy implementation, or application
created that service.
What it provides
install_gas_mcp(server, service) registers five structured-output MCP tools:
create_session— create an isolated session and return its initial view.get— read a resource URI and its contextual commands and links.search— search a resource collection.act— execute an advertised capability with a revision and idempotency key.why_not— diagnose an unavailable command without returning an executable command.
The installer adds read-only or mutation tool annotations and translates
GasError failures into MCP errors. Domain-specific resource names and input
schemas stay in the GasBackend and its composition root.
Related MCP server: google-sheets-mcp
Install
pip install "gas-mcp[mcp]"The mcp extra supplies the MCP SDK needed to import and run the transport.
Example
from mcp.server import MCPServer
from gas_mcp import install_gas_mcp
from gas_protocol import GasService, InMemoryGasBackend
server = MCPServer(name="example")
install_gas_mcp(server, GasService(InMemoryGasBackend()))For a real application, construct the GasService over its own backend and
keep domain-specific MCP resources in that application's composition root.
Development
uv build
uv run pytest -qThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceMCP server to interact with Google produts.Last updated491MIT
- Alicense-qualityAmaintenanceMCP server for Google Sheets - read, write, and query spreadsheet data.Last updated1,1992MIT
- AlicenseBqualityCmaintenanceProduction-ready MCP server for Google Workspace providing broad coverage across Gmail, Drive, Calendar, Docs, Sheets, and more, with safe-by-default write operations and markdown-to-Google-Docs support.Last updated100MIT
- Flicense-qualityDmaintenanceEnables local execution of Google Apps Script tools for Google Workspace automation via an MCP server, using gas-fakes for secure sandboxed execution.Last updated613
Related MCP Connectors
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
A basic MCP server to operate on the Postman API.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ryoshu/gas-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server