Skip to main content
Glama

SFCC Development MCP Server

by taurgis
constants.tsx772 B
import { NavGroup } from './types'; export const NAVIGATION_LINKS: NavGroup[] = [ { title: 'GETTING STARTED', items: [ { label: 'Introduction', path: '/' }, { label: 'AI Assistant Setup', path: '/ai-interfaces' }, { label: 'Configuration Guide', path: '/configuration' }, ], }, { title: 'FEATURES', items: [ { label: 'Features Overview', path: '/features' }, { label: 'Available Tools', path: '/tools' }, { label: 'Examples & Use Cases', path: '/examples' }, { label: 'Security Guidelines', path: '/security' }, ], }, { title: 'DEVELOPMENT', items: [ { label: 'Development Guide', path: '/development' }, { label: 'Troubleshooting', path: '/troubleshooting' }, ], }, ];

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taurgis/sfcc-dev-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server