I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

mkinf
Mkinf SDK pour interagir avec les serveurs Mkinf Hub MCP
0
Github Watches
3
Github Forks
50
Github Stars
mkinf SDK
The mkinf SDK is a powerful toolkit that allows you to easily integrate MCP servers into your applications. With mkinf, you can access a growing ecosystem of specialized AI capabilities through a simple, unified interface.
Getting Started
Follow these steps to start using mkinf in your projects:
1. Create a mkinf Account
Sign up for a free account at hub.mkinf.io/signup. <Check>During the beta period, all accounts receive unlimited free credits</Check>
2. Configure Your API Key
- Go to API Keys settings
- Create an organization if you haven't already
- Generate and copy your API key
- Add the key to your project's
.env
file:
MKINF_API_KEY=sk-org-...
3. Install the SDK
Install the mkinf SDK using pip:
pip install mkinf
For specific versions, check the PyPI repository.
4. Find an AI Agent
Browse available AI Agents at mkinf hub and select an agent that matches your use case
5. Import and Use the Agent
Check the "Use Agent" section of your chosen repository for import instructions
Import the agent into your code
from mkinf import hub as mh
tools = mh.pull(
["ScrapeGraphAI/scrapegraphai"],
env={
"SCRAPEGRAPH_LLM_MODEL": "openai/gpt-4o-mini",
"SCRAPEGRAPH_LLM_API_KEY": os.getenv("OPENAI_API_KEY")
}
)
[!NOTE] Remember to configure any required environment variables specified in the agent's documentation.
Current Limitations
[!WARNING] Currently, mkinf tools are compatible with LangChain chains and graphs. Support for other frameworks like CrewAI, AutoGen, and SmolAgents is coming soon.
Example
You can run the included Streamlit example to see mkinf in action:
uv run sync --dev
uv run example
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Reviews

user_MyODqeVp
I've been using mkinf for a while now and it's truly a fantastic tool for simplifying my informational management needs. The seamless integration and ease of use have significantly improved my productivity. Highly recommend checking it out at https://github.com/mkinf-io/mkinf. Kudos to mkinf-io for creating such a user-friendly and efficient product!