DEV Community

Cover image for Model Context Protocol (MCP) just got easier to use with IdeaWeaver
Prashant Lakhera
Prashant Lakhera

Posted on

Model Context Protocol (MCP) just got easier to use with IdeaWeaver

MCP is transforming how AI agents interact with tools, memory, and humans, making them more context-aware and reliable.
But let's be honest: setting it up manually is still a hassle.
What if you could enable it with just two commands?
Meet IdeaWeaver - your one-stop CLI for setting up MCP servers in seconds.

Currently supports:

1.GitHub
2.AWS
3.Terraform
…and more coming soon!

Here's how simple it is:

Set up authentication

ideaweaver mcp setup-auth github

Enable the server

ideaweaver mcp enable github

Example: List GitHub issues

ideaweaver mcp call-tool github list_issues \
--args '{"owner": "100daysofdevops", "repo": "100daysofdevops"}'`

No config files
No code required
Just clean, simple CLI magic

🔗 Docs: https://ideaweaver-ai-code.github.io/ideaweaver-docs/mcp/aws/
🔗 GitHub Repo: https://github.com/ideaweaver-ai-code/ideaweaver 

If this sounds useful, please give it a try and let me know your thoughts.
And if you like the project, don't forget to ⭐ the repo - it helps more than you know!

Top comments (0)