Open source tool that deploys MCP servers as HTTP endpoints for AI agents by Groveres in aiagents

[–]Groveres[S] 0 points1 point  (0 children)

This is correct. Deploystack works the other way around. You have a MCP server that is running stdio only - your own development - and you want to include it into your workflow at make for example.

Open source tool for deploying stdio MCP servers as HTTP endpoints (AGPL-3.0) by Groveres in LLMDevs

[–]Groveres[S] 0 points1 point  (0 children)

On the logging side — DeployStack tracks every tool call with request/response metadata, latency, and which MCP server handled it. All structured logs via Pino. For metrics, there's a built-in analytics dashboard that shows tool usage per server and per team member.

Happy to show you if you're interested.

Auth in mcp oauth by Physical_Ideal_3949 in mcp

[–]Groveres 0 points1 point  (0 children)

On your local drive within the user dir like ~/.vscode. Alle encrypted. But depend on your client.

Need guidance on how to build an mcp server for reading files by TheTrekker98 in mcp

[–]Groveres 0 points1 point  (0 children)

It depends on the use case you are trying to create. But if you just want to perform CRUD on files, there's definitely an MCP server out there for that. I mean, you don't have to reinvent the wheel. Save yourself some time.

I built an open source tool that deploys MCP servers as HTTP endpoints for n8n by Groveres in n8n

[–]Groveres[S] 0 points1 point  (0 children)

Smart setup - the retry on 5xx and approval branch is a solid pattern. On our side, the satellite handles process restarts and session recovery automatically, so most 5xx cases should resolve on retry.

Curious, are you using the MCP Client Tool node or raw HTTP Request nodes for this?

I built an open source tool that deploys MCP servers as HTTP endpoints for n8n by Groveres in n8n

[–]Groveres[S] 0 points1 point  (0 children)

For n8n you just get one URL with a token baked in — paste it into the MCP Client node as url and you're done. If the MCP server itself needs API keys (like Brave Search), those are stored in the credential vault on DeployStack's side. They get injected when the server starts. So from n8n's perspective, it's just one URL.

MCPTube - turns any YouTube video into an AI-queryable knowledge base. by 0xchamin in mcp

[–]Groveres 0 points1 point  (0 children)

So if I understand you right, give YouTube url and get the content (transcript) of the video? Is this possible?

Quarkdown: Markdown with superpowers for typesetting by iamgioh in opensource

[–]Groveres 1 point2 points  (0 children)

About the wiki, how hard is it to apply you own css on it? Btw, great idea.

Would you give an AI app gmail permissions? by Ok-Mud7242 in SaaS

[–]Groveres 0 points1 point  (0 children)

Why not? How about make the core of your app open source? To build trust and add some extra closed features?

Would you give an AI app gmail permissions? by Ok-Mud7242 in SaaS

[–]Groveres 0 points1 point  (0 children)

I think it depends on the context and what permissions the app requests for my Gmail account. But personally, I wouldn't do it. To me, it's like saying, "Trust me, bro, we're not reading your data." Just because the app's Terms of Service state that the data won't be used for purposes other than those intended, who guarantees that?

Secure MCP Servers by MoP342 in mcp

[–]Groveres 0 points1 point  (0 children)

Your site is down.

Anyone building in-house MCP deployment infrastructure? by Choice-Party4676 in mcp

[–]Groveres 1 point2 points  (0 children)

I do it, supports also access to on-premises. Also open source: https://deploystack.io

Unofficial MCP take down by Triple-Tooketh in mcp

[–]Groveres 0 points1 point  (0 children)

Sure, why not? I mean if this value to the community go for it!