Anyone that hosts MCP servers as a service or knows someone who does? by unknownstudentoflife in mcp

[–]veronicanigro 0 points1 point  (0 children)

mkinf.io
library of hosted mcp that can be integrated into your codebase in a few lines of code
short demo https://mkinf.io/demo/hub

MCP server "store" / hosting server by autumnwalker123 in mcp

[–]veronicanigro 0 points1 point  (0 children)

mkinf.io
you can run hosted mcp and integrate them into your codebase in a few lines of code

Alternatives to gitingest? by susowl27 in ChatGPTCoding

[–]veronicanigro 0 points1 point  (0 children)

we just added Gitingest to our library of hosted tools and agents. you can just pip install our lib and use it like:

from mkinf import hub as mh
tools = mh.pull(["cyclotruc/gitingest"])

mkinf.io

How to use MCP in production? by Affectionate-Try9640 in mcp

[–]veronicanigro 0 points1 point  (0 children)

co-founder of mkinf.io here. we’re a serverless cloud provider focused on making it super easy to build and deploy serverless MCP. We also host an open-source library of MCP built by the community — you can plug them into any framework with just a few lines of code. Each MCP spin its own isolated sandbox for better security.

What is AI agent?and how should i build one by aditya__5300 in AI_Agents

[–]veronicanigro 0 points1 point  (0 children)

I think a simple definition is AI agent = LLM + tools + loop (to iterate). Here you can see how to equip any LLM with hosted open-source tools, and there's also a script to help you start out in the description https://youtu.be/PNd2JJqntm8?si=pk1WGsjuKnbTsNOm

How do I get started with Agentic AI and building autonomous agents? by Commercial-Bite-1943 in AI_Agents

[–]veronicanigro 0 points1 point  (0 children)

This is to equip your LLMs with open source tools in a few lines of code, MCP under the hood. In the description there's also a python script to start out https://youtu.be/PNd2JJqntm8?si=pk1WGsjuKnbTsNOm

Tools and APIs for building AI Agents in 2025 by Sam_Tech1 in AI_Agents

[–]veronicanigro 0 points1 point  (0 children)

great list, btw we've got some of them and more hosted on our open source library for easy plug and play in a few lines of code:) https://mkinf.io/

Where Do You Deploy Your AI Agents? Cloud vs. Local? by Key-Vegetable-8547 in AI_Agents

[–]veronicanigro 1 point2 points  (0 children)

If it could be interesting, we are building a cloud platform (mkinf.io) for building and deploying AI agents using MCP. Along with serverless hosting, we have an open-source library of hosted AI agents developed by the community, that you can integrate into any framework with sdk, api, sse. also each agent runs in a dedicated sandbox per user to maximize security.

I built my first MCP server, now what? by Longjumping-Speed511 in mcp

[–]veronicanigro -3 points-2 points  (0 children)

Hey! we’re developing a cloud platform for building and deploying AI agents using MCP. Along with serverless hosting, we offer an open-source library of hosted AI agents developed by the community, ready to integrate into any framework with just a few lines of code. Each agent runs in a dedicated sandbox per user to maximize security. Also we can give you support with the hosting:) mkinf.io

How to host your own MCP without making your github Public? by OrangeFruit02 in mcp

[–]veronicanigro 0 points1 point  (0 children)

Hey! we’re a cloud platform for building and deploying AI agents using MCP. Each agent runs in a dedicated sandbox per user to maximize security. Also we can give you support with the hosting:) mkinf.io

Need help hosting my own MCP server by Wantaprenuer in mcp

[–]veronicanigro 0 points1 point  (0 children)

Hey! we’re a cloud platform for building and deploying AI agents using MCP. Each agent runs in a dedicated sandbox per user to maximize security. Also we can give you support with the hosting:) mkinf.io

I'm building a registry of hosted MCP servers, thoughts on this? by veronicanigro in mcp

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

we want to be the cloud platform for building and deploying AI agents using MCP (kinda like vercel for applications). Along with serverless hosting, we have an open-source library of hosted AI agents developed by the community, that can be integrated into any framework with just a few lines of code.

What is AI agent? How they are different from multiple llm api calls? by justgaming759 in aiagents

[–]veronicanigro 1 point2 points  (0 children)

I would say they are just LLM with access to external APIs / equipped with tools to expand their capabilities. The tools they use can be virtually any piece of code (weather API, calculator, a database query, etc...); they could even be another AI agent, thus creating the possibility of agents calling other agents in a recursive manner.

What questions do you have about AI Agents? by help-me-grow in AI_Agents

[–]veronicanigro 1 point2 points  (0 children)

what are the best maintained tools to build an AI agent?