{"id":27777770,"url":"https://github.com/tidewave-ai/mcp_proxy_elixir","last_synced_at":"2025-10-21T15:27:22.628Z","repository":{"id":287889763,"uuid":"964723254","full_name":"tidewave-ai/mcp_proxy_elixir","owner":"tidewave-ai","description":"A proxy to use SSE MCPs from STDIO clients","archived":false,"fork":false,"pushed_at":"2025-04-26T15:20:45.000Z","size":57,"stargazers_count":63,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-29T16:18:07.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tidewave-ai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T17:18:20.000Z","updated_at":"2025-04-29T14:56:47.000Z","dependencies_parsed_at":"2025-04-22T09:31:04.517Z","dependency_job_id":null,"html_url":"https://github.com/tidewave-ai/mcp_proxy_elixir","commit_stats":null,"previous_names":["tidewave-ai/mcp_proxy_elixir"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidewave-ai%2Fmcp_proxy_elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidewave-ai%2Fmcp_proxy_elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidewave-ai%2Fmcp_proxy_elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidewave-ai%2Fmcp_proxy_elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidewave-ai","download_url":"https://codeload.github.com/tidewave-ai/mcp_proxy_elixir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251658200,"owners_count":21622819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-30T07:02:30.188Z","updated_at":"2025-10-21T15:27:22.609Z","avatar_url":"https://github.com/tidewave-ai.png","language":"Elixir","funding_links":[],"categories":["Resources","Elixir","Generative AI"],"sub_categories":["Model Context Protocol (MCP)","Development Tools"],"readme":"\u003e [!WARNING]  \n\u003e This project is deprecated. Use [the Rust MCP Proxy](https://github.com/tidewave-ai/mcp_proxy_rust) instead, which is easier to install if you don't already have Elixir.\n\n# mcp-proxy\n\nAn Elixir escript for connecting STDIO based MCP clients to HTTP (SSE) based MCP servers.\n\nNote: At the moment this only works with MCP servers that use the `2024-11-05` specification.\n\n## Installation\n\n```bash\n$ mix escript.install hex mcp_proxy\n```\n\nThe escript is installed into your HOME's `.mix` directory: `/path/to/home/.mix/escripts/mcp-proxy`.\n\n## Usage\n\nIf you have an SSE MCP server available at `http://localhost:4000/tidewave/mcp`, a client like Claude Desktop would then be configured as follows.\n\n### On macos/Linux\n\nYou will also need to know the location of the `escript` executable, so run `which escript` before to get the value of \"path/to/escript\":\n\n```json\n{\n  \"mcpServers\": {\n    \"my-server\": {\n      \"command\": \"/path/to/escript\",\n      \"args\": [\"/$HOME/.mix/escripts/mcp-proxy\", \"http://localhost:4000/tidewave/mcp\"]\n    }\n  }\n}\n```\n\nRemember to replace `$HOME` by your home directory, such as \"/Users/johndoe\".\n\n### On Windows\n\n```json\n{\n  \"mcpServers\": {\n    \"my-server\": {\n      \"command\": \"escript.exe\",\n      \"args\": [\"c:\\$HOME\\.mix\\escripts\\mcp-proxy\", \"http://localhost:4000/tidewave/mcp\"]\n    }\n  }\n}\n```\n\nRemember to replace `$HOME` by your home directory, such as \"c:\\Users\\johndoe\".\n\n## Configuration\n\n`mcp-proxy` either accepts the SSE URL as argument or using the environment variable `SSE_URL`. For debugging purposes, you can also pass `--debug`, which will log debug messages on stderr.\n\nOther supported flags:\n\n* `--max-disconnected-time` the maximum amount of time for trying to reconnect while disconnected. When not set, defaults to infinity.\n* `--receive-timeout` the maximum amount of time to wait for an individual reply from the MCP server in milliseconds. Defaults to 60000 (60 seconds).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidewave-ai%2Fmcp_proxy_elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidewave-ai%2Fmcp_proxy_elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidewave-ai%2Fmcp_proxy_elixir/lists"}