WisdomForge

Created By
hadva year ago
A powerful knowledge management system that forges wisdom from experiences, insights, and best practices. Built with Qdrant vector database for efficient knowledge storage and retrieval.
Overview

What is WisdomForge?

WisdomForge is a powerful knowledge management system designed to forge wisdom from experiences, insights, and best practices, utilizing the Qdrant vector database for efficient knowledge storage and retrieval.

How to use WisdomForge?

To use WisdomForge, clone the repository from GitHub, install the necessary dependencies, configure your environment variables in a .env file, and then build and start the server. You can deploy it locally or on the Smithery.ai cloud platform.

Key features of WisdomForge?

  • Intelligent knowledge management and retrieval
  • Support for multiple knowledge types (best practices, lessons learned, insights, experiences)
  • Configurable database selection via environment variables
  • Uses Qdrant's FastEmbed for efficient embedding generation
  • Domain knowledge storage and retrieval
  • Deployable to Smithery.ai platform

Use cases of WisdomForge?

  1. Storing and retrieving domain-specific knowledge.
  2. Managing best practices and lessons learned in organizations.
  3. Integrating with AI IDEs for enhanced knowledge management.

FAQ from WisdomForge?

  • What databases does WisdomForge support?

WisdomForge supports Qdrant and Chroma vector databases.

  • Is there a cloud deployment option?

Yes, WisdomForge can be deployed on the Smithery.ai cloud platform.

  • How do I configure the environment variables?

You can configure the environment variables in the .env file based on the provided template.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
hadv
Star
3
Language
TypeScript
License
MIT license
Tags

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

37 minutes ago