A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent. Current version: 1.5.3. Release cadence is irregular; new releases appear roughly monthly.
pip install serena-agentNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize SerenaAgent, set up MCP server, and start serving.
Use `model_name='...'` instead of `model='...'`.
Set environment variables `SERENA_DB_HOST`, `SERENA_DB_PORT`, `SERENA_DB_NAME`, `SERENA_DB_USER`, `SERENA_DB_PASSWORD` to configure the database.
Always call `retrieve` within an async context or wrap it in `asyncio.run()`.
No dependency data recorded yet.