weave-mcp

maximilien/weave-mcp

3.3

If you are the rightful owner of weave-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Weave MCP Server is a Model Context Protocol server designed for vector database operations, providing seamless integration with the weave-cli tool.

Tools

Functions exposed to the LLM to take actions

list_collections

List all collections in the vector database

create_collection

Create a new collection with specified schema

delete_collection

Delete a collection and all its documents

list_documents

List documents in a collection with pagination

create_document

Create a new document in a collection

get_document

Retrieve a specific document by ID

delete_document

Delete a document from a collection

count_documents

Count documents in a collection

query_documents

Perform semantic search on documents

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources