# Simpler MCP toolbox configuration without enforced URL suffixes

> We’ve removed the requirement to append “/mcp” to MCPToolbox database URLs. This simplifies configuration and aligns with common DSN formats.

- Published: 2025-10-15
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/simpler-mcp-toolbox-configuration-without-enforced-url-suffixes
- Markdown: https://agno-com-nine.vercel.app/articles/simpler-mcp-toolbox-configuration-without-enforced-url-suffixes.md

We’ve removed the requirement to append “/mcp” to MCPToolbox database URLs. This simplifies configuration and aligns with common DSN formats. For backward compatibility, you can preserve previous behavior with the new append_mcp_to_url flag.

**Details**

- No more hardcoded “/mcp” suffix in DB URLs
- Backward compatibility via append_mcp_to_url
- Recommended to review current settings before upgrading

**Who this is for:** Teams managing MCP toolbox configurations across environments and databases.
