Dec 3, 2025

Pierce Clark
Stainless can now host your MCP server for you with just one click from the studio. This means you can access your MCP server without having to download anything or fight with other hosting services.
Learn more about Stainless hosted servers in our docs.
Dec 3, 2025

Pierce Clark
Stainless can now host your MCP server for you with just one click from the studio. This means you can access your MCP server without having to download anything or fight with other hosting services.
Learn more about Stainless hosted servers in our docs.
Dec 3, 2025

Pierce Clark
Stainless can now host your MCP server for you with just one click from the studio. This means you can access your MCP server without having to download anything or fight with other hosting services.
Learn more about Stainless hosted servers in our docs.
Nov 25, 2025

Eric Morphis
The MCP docs search tool now uses semantic search, which delivers more accurate matches than BM25 and reduces the number of results needed in the context window. This allows both coding agents and our code execution tool to understand and use your Stainless-generated SDKs more effectively.
Nov 25, 2025

Eric Morphis
The MCP docs search tool now uses semantic search, which delivers more accurate matches than BM25 and reduces the number of results needed in the context window. This allows both coding agents and our code execution tool to understand and use your Stainless-generated SDKs more effectively.
Nov 25, 2025

Eric Morphis
The MCP docs search tool now uses semantic search, which delivers more accurate matches than BM25 and reduces the number of results needed in the context window. This allows both coding agents and our code execution tool to understand and use your Stainless-generated SDKs more effectively.
Oct 7, 2025

Max Murin
Users can now launch a remote MCP server using Streamable HTTP transport.
When you pass --transport=http, the server uses the Streamable HTTP transport instead of stdio, allowing it to run remotely (e.g., on EC2, Fly.io, or Kubernetes). You can optionally specify the port with --port.
npx -y my-org-mcp --transport=http # if you publish your server via Docker Hub, run it from the image: docker run --rm -i myorg/my-api-mcp --transport
Learn more about remote MCP servers in docs.
Oct 7, 2025

Max Murin
Users can now launch a remote MCP server using Streamable HTTP transport.
When you pass --transport=http, the server uses the Streamable HTTP transport instead of stdio, allowing it to run remotely (e.g., on EC2, Fly.io, or Kubernetes). You can optionally specify the port with --port.
npx -y my-org-mcp --transport=http # if you publish your server via Docker Hub, run it from the image: docker run --rm -i myorg/my-api-mcp --transport
Learn more about remote MCP servers in docs.
Oct 7, 2025

Max Murin
Users can now launch a remote MCP server using Streamable HTTP transport.
When you pass --transport=http, the server uses the Streamable HTTP transport instead of stdio, allowing it to run remotely (e.g., on EC2, Fly.io, or Kubernetes). You can optionally specify the port with --port.
npx -y my-org-mcp --transport=http # if you publish your server via Docker Hub, run it from the image: docker run --rm -i myorg/my-api-mcp --transport
Learn more about remote MCP servers in docs.
Oct 6, 2025

Max Murin
A new code execution tool is now available for Stainless generated MCP servers. Instead of exposing one tool per API method, the server can now expose a single tool that accepts TypeScript code and executes it in a secure Deno sandbox against your generated SDK.
Code execution reduces context window usage and is often faster and more accurate than exposing dozens of discrete tools. The feature is currently supported for local MCP servers, with remote support coming soon.
Check out docs for more info.
Oct 6, 2025

Max Murin
A new code execution tool is now available for Stainless generated MCP servers. Instead of exposing one tool per API method, the server can now expose a single tool that accepts TypeScript code and executes it in a secure Deno sandbox against your generated SDK.
Code execution reduces context window usage and is often faster and more accurate than exposing dozens of discrete tools. The feature is currently supported for local MCP servers, with remote support coming soon.
Check out docs for more info.
Oct 6, 2025

Max Murin
A new code execution tool is now available for Stainless generated MCP servers. Instead of exposing one tool per API method, the server can now expose a single tool that accepts TypeScript code and executes it in a secure Deno sandbox against your generated SDK.
Code execution reduces context window usage and is often faster and more accurate than exposing dozens of discrete tools. The feature is currently supported for local MCP servers, with remote support coming soon.
Check out docs for more info.