diff --git a/README.md b/README.md index 760a40c..97c351a 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,25 @@ Or use the following configuration: } ``` +#### Connecting Msty AI +1. Open Msty Studio +2. Go to Tools > Import Tools from JSON Clipboard +3. Paste the following configuration: + +```json +{ + "mcpServers": { + "git-mcp Docs": { + "command": "npx", + "args": [ + "mcp-remote", + "https://gitmcp.io/{owner}/{repo}" + ] + } + } +} +``` + For more details on configuring MCP servers in Augment Code, visit [the Augment Code documentation](https://docs.augmentcode.com/setup-augment/mcp). > **Note:** Remember to replace `{owner}` and `{repo}` with the actual GitHub username/organization and repository name. You can also use the dynamic endpoint `https://gitmcp.io/docs` to allow your AI to access any repository on demand. diff --git a/app/components/content.tsx b/app/components/content.tsx index 1a48dec..9dd4f5d 100644 --- a/app/components/content.tsx +++ b/app/components/content.tsx @@ -109,6 +109,8 @@ export default function Content({ return "https://highlightai.com/favicon.ico"; case "Augment Code": return "https://cdn.prod.website-files.com/66d76c2202b335e39ad2b5e8/66f302d663108ca67c19ddbc_Favicon.png"; + case "Msty AI": + return "https://msty.studio/favicon.ico"; default: return "https://codeium.com/favicon.ico"; } @@ -241,6 +243,7 @@ export default function Content({ "Cline", "Highlight AI", "Augment Code", + "Msty AI", ].map((tab, index) => (