oculairmedia/Letta-MCP-server
MCP server to manage letta server and comunicate with agents
74Stars
18Forks
158Claude Commits
RustLanguage
First Claude commit: Oct 19, 2025Last Claude commit: 2mo agoDiscovered: Mar 19, 2026
Recent Claude Commits
fix(ci): apply rustfmt to agent_advanced management
3c9c82b2mo agoauthor_emailchore: sync beads issue export
555a04b2mo agoauthor_emailfix: harden agent_advanced management flows
ec45db02mo agoauthor_emailchore: sync beads issue export
a195b182mo agoauthor_emailfix: route archival searches to dedicated endpoint
c17d5982mo agoauthor_emailfix(ci): scope tarpaulin coverage to project packages only
d9dcd692mo agoauthor_emaildocs: add resource constraints and dev rules to AGENTS.md
c3857e63mo agoauthor_emailchore: re-enable clippy, add rustfmt config, fix CI coverage/benchmark gates, fix all clippy warnings
64af2543mo agoauthor_emailtest: add proptest roundtrip tests for 8 core serde types (bd-25o)
f4a82c73mo agoauthor_emailci: add weekly cargo-mutants mutation testing workflow (bd-7y9)
f8560c23mo agoauthor_emailchore: create beads for testing gaps (bd-jih, bd-83s, bd-3n1) and close bd-3jb
424697d3mo agoauthor_emailfix: update integration tests for Option<AgentState> return types
680a4d93mo agoauthor_emailtest: add wiremock contract tests for null API response handling (bd-3jb)
4b5d3583mo agoauthor_emailci: enable Docker build on master/main branches
f2f46ff3mo agoauthor_emailstyle: apply rustfmt to tool_manager.rs
41723223mo agoauthor_emailfix: handle Option<AgentState> in attach/detach tool handlers
98a79b43mo agoauthor_emailfix: handle null responses from Letta attach/detach endpoints
62476513mo agoauthor_emailfix: apply rustfmt for agent advanced tool_ids mapping
5324c423mo agoauthor_emailfix: address Greptile PR feedback for message parsing and image tag
ba62b573mo agoauthor_emailfix: correct array schema items for agent advanced tool
5bbdcd13mo agoauthor_emailci: trigger rust workflows for fork branches
7b66ff43mo agoauthor_emailchore: remove project-level letta-mcp config (using global letta-tools)
b5be5923mo agoauthor_emailfix: raw JSON passthrough for update handler, fix tool_ids schema
1764ba83mo agoauthor_emailchore: bump version to 2.1.1
4746c243mo agoauthor_emailchore: sync beads
659c8d23mo agoauthor_emailfix: resolve 8 PM issues — pagination, update agent, mcp connect/resync
0aca0dd3mo agoauthor_emailchore: sync beads
01b87023mo agoauthor_emailrefactor(sdk): extract all hardcoded URL strings to centralized endpoints module
5b0dbd93mo agoauthor_emailfeat(sdk): add pagination params to all list endpoints, standardize API consistency
abc22cf3mo agoauthor_emailperf: server-side pagination, parallelize bulk_attach + list_agents_using, fix unwraps
7b68dcd3mo agoauthor_emaildocs: update README for v2.1.0 (architecture, features, dependencies)
24925ba3mo agoauthor_emailfix: rewrite file_folder_optimization tests against actual exported types
408c4863mo agoauthor_emailstyle: cargo fmt + fix hardcoded version string with env!(CARGO_PKG_VERSION)
3ef06cf3mo agoauthor_emailchore: bump version to 2.1.0 (turbomcp v3 + parallel fan-out)
76b3ffa3mo agoauthor_emailperf: parallel fan-out for multi-call handlers (tokio::join + buffer_unordered)
cf15fe63mo agoauthor_emailfix: narrow Option<Value> params to specific schema types (object/array)
6be40393mo agoauthor_emailfeat: migrate to turbomcp v3.0.0-beta.5 with per-param #[description]
290e1463mo agoauthor_emailfix: improve MCP tool schema UX for LLM clients
183c71f3mo agoauthor_emailchore: sync beads (close bd-4wh, bd-nw8)
cb913643mo agoauthor_emailci: parallel native multi-arch Docker builds (eliminate QEMU)
893cd133mo agoauthor_emailrefactor: extract AgentSummary struct from inline json! in crud handlers
dd7a0313mo agoauthor_emailchore: sync beads
1fa528b3mo agoauthor_emailrefactor: standardize agent list pagination via shared paginate() helper
00eeee13mo agoauthor_emailrefactor: unify error handling helpers and response structs across all tools
49405923mo agoauthor_emailbuild: switch LTO thin, add mold linker to Docker, trim tokio features
30ab5373mo agoauthor_emailperf: fix N+1 queries, add concurrency, server-side pagination, and zero-copy truncation
b70cfc33mo agoauthor_emailperf: fix O(n²) bulk_delete, cap get_message, skip redundant count() in list
c42d44e3mo agoauthor_emailfix: switch agent_advanced to individual params and implement conversation operations
6b006543mo agoauthor_emailfix: add tempfile dep to root workspace and use branch image tag in compose
09864973mo agoauthor_emailfeat: wire SDK-blocked handlers (agent update/import, list_agents_using_block)
e40b84f3mo agoauthor_email