Skip to main content

A plug-and-play Python library for effortless MCP server integration, powered by Google Gemini

Project description

OmniMind

Welcome to OmniMind—an open-source Python library designed for effortless MCP (Model Context Protocol) integration. It simplifies working with AI Agents, AI workflows, and AI Automations, making it accessible to developers building AI Tools, beginners exploring MCP Servers and MCP Clients, and businesses seeking to enhance their projects. OmniMind is designed as a Plug & Play solution, is free to use, and provides all the necessary components to get started with python and AI development. Created by Techiral, OmniMind is your gateway to streamlined AI development. Join Techiral and the OmniMind team in building the future of AI!

GitHub Stars GitHub Forks Build Status License Downloads LinkedIn YouTube


What’s OmniMind All About?

OmniMind is an open-source python library designed to simplify Model Context Protocol (MCP) integration for AI Agents, AI workflows, and AI Automations. It provides a Plug & Play experience for connecting to MCP Servers and utilizing various AI Tools. Whether you're a seasoned developer or just starting with AI, OmniMind offers a streamlined approach to building intelligent applications. Here's why you'll love using OmniMind:

  • Easy to Start: You can get going with just one line of code—no complicated setup needed.
  • Works Right Away: Comes with tools like Terminal, Fetch, Memory, and Filesystem, ready to use out of the box.
  • Smart Answers: Uses Google Gemini to give you fast, reliable responses every time.
  • Free for Everyone: Open-source means you can use it, change it, and share it without spending a dime.
  • Fits Your Needs: Add your own MCP servers or tweak it however you want—it’s flexible.
  • Helpful Community: Join others who are using OmniMind and get support when you need it.

It’s perfect for developers coding AI apps, beginners learning MCP, solopreneurs automating tasks, or entrepreneurs building new ideas.


How to Get Started

Getting OmniMind up and running takes just a few minutes. Here’s how:

1. Install It

Run this command in your terminal:

pip install omnimind

2. Try It Out

Open a Python file and type this:

from omnimind import OmniMind

agent = OmniMind()
agent.run()  # Start asking questions like "What’s in my files?" or "Hi there!"

That’s it! You’re now connected to MCP servers and chatting with AI. Want to see more? Check out the examples/ folder for ideas.


Why You’ll Like Using OmniMind

  • Saves Time: Connects to MCP servers fast, so you can focus on what you’re building.
  • Lots of Tools: Comes with everything from file access to web fetching, all set up for you.
  • Smart and Fast: Google Gemini makes sure you get good answers quickly.
  • No Cost: Free to use and share, making it great for any budget.
  • Easy to Change: Add your own servers or adjust it to fit your project perfectly.
  • Works for Everyone: Whether you’re new to coding or a pro, it’s simple to pick up.
  • Keeps Getting Better: Regular updates mean more features and fixes based on what users say.

What’s Inside the Repo?

Here’s what you’ll find in this repository:

  • docs/: Guides for installing, using, and learning more about OmniMind.
  • examples/: Ready-to-run scripts to show you what it can do.
  • omnimind/: The main code that makes OmniMind work.
  • tests/: Checks to make sure everything runs smoothly.
  • CONTRIBUTING.md: How you can help make OmniMind even better.
  • SECURITY.md: Info on keeping things safe and reporting issues.

Take a look around—it’s all here to help you get the most out of OmniMind!


How to Make It Your Own

Want to add your own MCP server? It’s easy:

agent = OmniMind()
agent.add_server("my_server", command="python", args=["my_server.py"])
agent.run()  # Your server’s now part of the mix!

Check out configuration.md for more details on customizing OmniMind.


Join the Community

We’d love for you to be part of OmniMind! Here’s how:

  • Star the Repo: Click the ⭐ button at the top to show your support—it helps others find us!
  • Share Your Thoughts: Open an issue or join discussions.
  • Help Out: Add features or fix bugs—see CONTRIBUTING.md for how to get started.
  • Tell Others: Post about OmniMind on X or anywhere you hang out online with #OmniMindAI.

Your ideas and feedback make OmniMind better for everyone!


See It in Action

Here’s a quick peek at OmniMind working its magic:


License

OmniMind is free to use under the MIT License. That means you can do whatever you want with it—use it, change it, share it—all at no cost.


Why Contribute to OmniMind?

Contributing to OmniMind offers a unique opportunity to:

  • Learn and Grow: Expand your knowledge of MCP, AI Agents, and cutting-edge technologies.
  • Build a Portfolio: Showcase your skills and contributions to a growing open-source project.
  • Collaborate with Experts: Work alongside experienced developers and AI enthusiasts.
  • Make a Difference: Help shape the future of AI development and empower others to build intelligent applications.

Contributing

We welcome contributions to OmniMind! If you're passionate about open-source, AI Agents, AI workflows, or Model Context Protocol (MCP), we encourage you to contribute to OmniMind. Check out our CONTRIBUTING.md file for guidelines and instructions on how to get started. Let's build the future of AI together!

Code of Conduct

Please note that OmniMind has a Code of Conduct. By participating in this project, you agree to abide by its terms.

Questions?

Got a question or idea? Reach out:

Thanks for checking out OmniMind! We’re excited to see what you do with it. Let’s make MCP and AI easy and fun together!

— Lakshya Gupta & the OmniMind Team

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

omnimind-0.1.0.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

omnimind-0.1.0-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file omnimind-0.1.0.tar.gz.

File metadata

  • Download URL: omnimind-0.1.0.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.7

File hashes

Hashes for omnimind-0.1.0.tar.gz
Algorithm Hash digest
SHA256 406454b346fa1faea415a6d07c36bcb95669d1a75eb08615ea4edfe1307e9201
MD5 d1c233aaa107cee3cce7e282401c25ee
BLAKE2b-256 333016f5e7dcc554d8f1ca5b2309559715a205e95816644083e2290109cbdf20

See more details on using hashes here.

File details

Details for the file omnimind-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: omnimind-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.7

File hashes

Hashes for omnimind-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb37891dcf8b85e75ba361dd193e05a9c8e6f03bd9c1e0aec2921120a70c319e
MD5 843569edd4734adf3883feb77bd47798
BLAKE2b-256 d74ffcfcc62028ecad9b8bb1b752dab60147285f71702306491231455277201f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page