{"id":48782176,"url":"https://github.com/tmunzer-aide/mist-mcp-vsix","last_synced_at":"2026-04-13T15:00:34.622Z","repository":{"id":351045678,"uuid":"1209332457","full_name":"tmunzer-AIDE/mist-mcp-vsix","owner":"tmunzer-AIDE","description":"This extension distributes a preconfigured MCP server definition provided as **Mist MCP Server**.","archived":false,"fork":false,"pushed_at":"2026-04-13T13:04:54.000Z","size":214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T15:00:23.002Z","etag":null,"topics":["mcp","mist","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=tmunzer.mist-mcp-provider","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmunzer-AIDE.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-13T10:17:42.000Z","updated_at":"2026-04-13T13:04:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tmunzer-AIDE/mist-mcp-vsix","commit_stats":null,"previous_names":["tmunzer-aide/mist-mcp-vsix"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tmunzer-AIDE/mist-mcp-vsix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmunzer-AIDE%2Fmist-mcp-vsix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmunzer-AIDE%2Fmist-mcp-vsix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmunzer-AIDE%2Fmist-mcp-vsix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmunzer-AIDE%2Fmist-mcp-vsix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmunzer-AIDE","download_url":"https://codeload.github.com/tmunzer-AIDE/mist-mcp-vsix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmunzer-AIDE%2Fmist-mcp-vsix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31757482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["mcp","mist","vscode-extension"],"created_at":"2026-04-13T15:00:17.156Z","updated_at":"2026-04-13T15:00:34.616Z","avatar_url":"https://github.com/tmunzer-AIDE.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mist MCP Provider VS Code Extension\n\nThis extension distributes a preconfigured MCP server definition provided as **Mist MCP Server**.\n\nThe server is configured as:\n\n- URL: `https://mcp.ai.juniper.net/mcp/mist`\n- Transport: HTTP\n- Headers:\n  - `Authorization: Bearer \u003ctoken\u003e`\n  - `X-Mist-Base-URL: \u003cselected-host\u003e`\n\n## User Inputs\n\nThis extension supports multiple profiles, so you can store different API tokens (including for the same host).\n\nEach profile stores:\n\n1. Mist API token (stored securely in VS Code secret storage)\n2. Mist Host URL (saved in extension global state)\n\nHost options:\n\n- https://api.mist.com\n- https://api.eu.mist.com\n- https://api.gc1.mist.com\n- https://api.gc2.mist.com\n- https://api.gc3.mist.com\n- https://api.gc4.mist.com\n- https://api.gc5.mist.com\n- https://api.gc6.mist.com\n- https://api.gc7.mist.com\n- https://api.ac2.mist.com\n- https://api.ac5.mist.com\n- https://api.ac6.mist.com\n\nDefault host is `https://api.mist.com`.\n\n## Commands\n\n- `Mist MCP: Add or Update Profile`\n- `Mist MCP: Select Active Profile`\n- `Mist MCP: Edit Profile`\n- `Mist MCP: Delete Profile`\n- `Mist MCP: Rename Profile`\n- `Mist MCP: Show Active Profile`\n- `Mist MCP: Clear Active Profile Token`\n\n## Configure and Use\n\n### 1. Configure credentials and host\n\n1. Open Command Palette.\n2. Run `Mist MCP: Add or Update Profile`.\n3. Choose **Add New Profile** or select an existing profile to update.\n4. Enter the profile token.\n5. Select the profile host URL.\n\nThe token is saved in VS Code Secret Storage and the host is saved in extension state.\n\n### 2. Select the active profile\n\n1. Open Command Palette.\n2. Run `Mist MCP: Select Active Profile`.\n3. Choose the profile to use for MCP requests.\n\n### 3. Use the MCP server\n\n1. Open Copilot Chat / agent mode in VS Code.\n2. Start any flow that uses MCP tools.\n3. When VS Code resolves the server, this extension provides:\n  - MCP URL: `https://mcp.ai.juniper.net/mcp/mist`\n  - `Authorization: Bearer \u003ctoken\u003e`\n  - `X-Mist-Base-URL: \u003cselected-host\u003e`\n\nIf token or host is missing, VS Code prompts you.\n\nThe MCP server entry label includes the active profile name, for example:\n\n- `Mist MCP Server (Prod)`\n\nYou can also run `Mist MCP: Show Active Profile` from the Command Palette.\n\n### 4. Update or reset later\n\n- Re-run `Mist MCP: Add or Update Profile` to add more profiles or update an existing one.\n- Run `Mist MCP: Select Active Profile` to switch which token/host is used.\n- Run `Mist MCP: Edit Profile` to modify the host and optionally replace the token of one profile.\n- Run `Mist MCP: Delete Profile` to remove one profile and its stored token.\n- Run `Mist MCP: Rename Profile` to rename one profile.\n- Run `Mist MCP: Clear Active Profile Token` to remove only the active profile token.\n\n## Development\n\n### Prerequisites\n\n- Node.js 20+\n- npm 10+\n- VS Code 1.105+\n\n### Setup and validation\n\n```bash\nnpm install\nnpm run compile\nnpm test\n```\n\n### Watch mode\n\n```bash\nnpm run watch\n```\n\n## Build and Package\n\nBuild a distributable VSIX and set the extension version in one step:\n\n```bash\nmake package VERSION=x.y.z\n```\n\nThis command will:\n\n1. Update `package.json` version (without creating a git tag)\n2. Install dependencies\n3. Compile TypeScript\n4. Run tests\n5. Package the extension\n\nOutput artifact:\n\n- `dist/mist-mcp-provider-\u003cversion\u003e.vsix`\n\nClean build outputs:\n\n```bash\nmake clean\n```\n\n## Contributing\n\n1. Create a feature branch.\n2. Implement changes in `src/` and add or update tests in `src/test/`.\n3. Run `npm test` and `make package VERSION=x.y.z`.\n4. Update README when behavior, commands, or build flow changes.\n5. Open a pull request with a short summary and test notes.\n\nNever commit API tokens or other secrets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmunzer-aide%2Fmist-mcp-vsix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmunzer-aide%2Fmist-mcp-vsix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmunzer-aide%2Fmist-mcp-vsix/lists"}