Skip to main content
Glama
scenic_mcp.ex392 B
defmodule ScenicMcp do @moduledoc """ MCP (Model Context Protocol) server for Scenic applications. Provides AI control over Scenic apps via TCP bridge. ## Usage Add to your Scenic app's `application.ex`: children = [ {ScenicMcp.Server, [port: 9999, app_name: "MyApp"]} ] The MCP TypeScript server connects via stdio, bridges to this TCP server. """ end

Latest Blog Posts

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/scenic-contrib/scenic_mcp_experimental'

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