Skip to content

anujpml/crewai-mcp-neo4j-fastapi

 
 

Repository files navigation

FastAPI server using CrewAI and Neo4j MCP

This is a simple FastAPI server that uses CrewAI and Neo4j MCP to process queries about the data within a Neo4j graph database.

Requirements

Setup

  1. Copy the sample.env file to .env and fill in the values.
  2. Run poetry install

Start FastAPI Server

poetry run uvicorn main:app --reload --port 4000

Interactive docs will be accessible at: http://127.0.0.1:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%